#0C5776

Color #0C5776 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0C5776

Tints of Blue Lagoon #0C5776

Color information

#0C5776 (or 0x0C5776) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 57 and 76. RGB value is (12,87,118). Sum of RGB (Red+Green+Blue) = 12+87+118=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C5776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5776 is #F3A889. Grayscale: #434343. Windows color (decimal): -15968394 or 7755532. OLE color: 7755532.

HSL color Cylindrical-coordinate representation of color #0C5776: hue angle of 197.55º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5776 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1287118-
CMYK0.900.2600.54
HSL197.55º81.54%25.49%-
HSV(B)197.55º89.83%46.27%-
XYZ6.838.218.36-
YUV68.11156.1587.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.53%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=5.53%
G=40.09%
B=54.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12871180.900.2600.54197.5581.5425.49
HexC57765A1A036c65219
Octal141271661323206630612231
Binary110010101111110110101101011010011011011000110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5776; }

 p { color: rgb(12,87,118); }

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

<style>
 a { background-color: #0C5776; }

 a { background-color: rgb(12,87,118); }

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

<style>
 span { border-color: #0C5776; }

 span { border-color: rgb(12,87,118); }

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