#0C5E77

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

Shades of Blue Lagoon #0C5E77

Tints of Blue Lagoon #0C5E77

Color information

#0C5E77 (or 0x0C5E77) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 5E and 77. RGB value is (12,94,119). Sum of RGB (Red+Green+Blue) = 12+94+119=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C5E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5E77 is #F3A188. Grayscale: #484848. Windows color (decimal): -15966601 or 7822860. OLE color: 7822860.

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

Color convert

RGB1294119-
CMYK0.900.2100.53
HSL194.02º81.68%25.69%-
HSV(B)194.02º89.92%46.67%-
XYZ7.489.4218.88-
YUV72.33154.3384.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=5.33%
G=41.78%
B=52.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12941190.900.2100.53194.0281.6825.69
HexC5E775A15035c2521a
Octal141361671322506530212232
Binary110010111101110111101101010101011010111000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,94,119); }

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

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

 a { background-color: rgb(12,94,119); }

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

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

 span { border-color: rgb(12,94,119); }

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