#0C556F

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

Shades of Blue Lagoon #0C556F

Tints of Blue Lagoon #0C556F

Color information

#0C556F (or 0x0C556F) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 55 and 6F. RGB value is (12,85,111). Sum of RGB (Red+Green+Blue) = 12+85+111=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C556F is #F3AA90. Grayscale: #414141. Windows color (decimal): -15968913 or 7296268. OLE color: 7296268.

HSL color Cylindrical-coordinate representation of color #0C556F: hue angle of 195.76º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C556F is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1285111-
CMYK0.890.2300.56
HSL195.76º80.49%24.12%-
HSV(B)195.76º89.19%43.53%-
XYZ6.277.7216.2-
YUV66.14153.3289.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 111 (43.75% from 255) = 53.37%
R=5.77%
G=40.87%
B=53.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12851110.890.2300.56195.7680.4924.12
HexC556F5917038c45018
Octal141251571312707030412030
Binary110010101011101111101100110111011100011000100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,85,111); }

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

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

 a { background-color: rgb(12,85,111); }

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

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

 span { border-color: rgb(12,85,111); }

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