#0757B4

Color #0757B4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0757B4

Tints of Denim #0757B4

Color information

#0757B4 (or 0x0757B4) is unknown color: approx Denim. HEX triplet: 07, 57 and B4. RGB value is (7,87,180). Sum of RGB (Red+Green+Blue) = 7+87+180=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #0757B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0757B4 is #F8A84B. Grayscale: #494949. Windows color (decimal): -16296012 or 11818759. OLE color: 11818759.

HSL color Cylindrical-coordinate representation of color #0757B4: hue angle of 212.25º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0757B4 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB787180-
CMYK0.960.5200.29
HSL212.25º92.51%36.67%-
HSV(B)212.25º96.11%70.59%-
XYZ11.7310.1644.52-
YUV73.6818880.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 180 (70.70% from 255) = 65.69%
R=2.55%
G=31.75%
B=65.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7871800.960.5200.29212.2592.5136.67
Hex757B4603401Dd45d25
Octal71272641406403532413545
Binary1111010111101101001100000110100011101110101001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0757B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0757B4; }

 p { color: rgb(7,87,180); }

 H1.HeaderClassName
 {
   color: #0757B4;
 }
 .AnyTagClassName
 {
   color: #0757B4;
 }
</style>
background-color css

<style>
 a { background-color: #0757B4; }

 a { background-color: rgb(7,87,180); }

 div.DivClassName
 {
   background-color: #0757B4;
 }
 .BgClassName
 {
   background-color: #0757B4;
 }
</style>
border-color css

<style>
 span { border-color: #0757B4; }

 span { border-color: rgb(7,87,180); }

 td.TdClassName
 {
   border-color: #0757B4;
 }
 .TagClassName
 {
   border-color: #0757B4;
 }
</style>