#0C5573

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

Shades of Blue Lagoon #0C5573

Tints of Blue Lagoon #0C5573

Color information

#0C5573 (or 0x0C5573) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 55 and 73. RGB value is (12,85,115). Sum of RGB (Red+Green+Blue) = 12+85+115=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C5573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5573 is #F3AA8C. Grayscale: #424242. Windows color (decimal): -15968909 or 7558412. OLE color: 7558412.

HSL color Cylindrical-coordinate representation of color #0C5573: hue angle of 197.48º 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 #0C5573 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1285115-
CMYK0.900.2600.55
HSL197.48º81.1%24.9%-
HSV(B)197.48º89.57%45.1%-
XYZ6.497.8117.39-
YUV66.59155.3289.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=5.66%
G=40.09%
B=54.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12851150.900.2600.55197.4881.124.9
HexC55735A1A037c55119
Octal141251631323206730512131
Binary110010101011110011101101011010011011111000101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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