#0C5473

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

Shades of Blue Lagoon #0C5473

Tints of Blue Lagoon #0C5473

Color information

#0C5473 (or 0x0C5473) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 54 and 73. RGB value is (12,84,115). Sum of RGB (Red+Green+Blue) = 12+84+115=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C5473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5473 is #F3AB8C. Grayscale: #414141. Windows color (decimal): -15969165 or 7558156. OLE color: 7558156.

HSL color Cylindrical-coordinate representation of color #0C5473: hue angle of 198.06º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5473 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1284115-
CMYK0.900.2700.55
HSL198.06º81.1%24.9%-
HSV(B)198.06º89.57%45.1%-
XYZ6.427.6617.36-
YUV66.01155.6589.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=5.69%
G=39.81%
B=54.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12841150.900.2700.55198.0681.124.9
HexC54735A1B037c65119
Octal141241631323306730612131
Binary110010101001110011101101011011011011111000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,84,115); }

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

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

 a { background-color: rgb(12,84,115); }

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

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

 span { border-color: rgb(12,84,115); }

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