Html Css Color HEX #0C5773 Blue Lagoon

📋 copy color: '#0C5773'

red 12 ◦ green 87 ◦ blue 115

#0C5773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #0C5773

Tints of Blue Lagoon #0C5773

RGB

 RED value IS 12 (5.08% from 255) = 5.61%

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 5.61%
G = 40.65%
B = 53.74%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C5773 (or 0x0C5773) is known color: Blue Lagoon. HEX triplet: 0C, 57 and 73. RGB value is (12,87,115). Sum of RGB (Red+Green+Blue) = 12+87+115=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C5773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5773 is #F3A88C. Grayscale: #434343. Windows color (decimal): -15968397 or 7558924. OLE color: 7558924.

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

Color convert

RGB 12 87 115 -
CMYK 0.90 0.24 0 0.55
HSL 196.31º 0.81% 0.25% -
HSV(B) 196.31º 0.9% 0.45% -
XYZ 6.65 8.13 17.44 -
YUV 67.77 154.65 88.22 -
System Red Green Blue C M Y K H S L
Decimal 12 87 115 0.90 0.24 0 0.55 196.31 0.81 0.25
Hex C 57 73 5A 18 0 37 C4 51 19
Octal 14 127 163 132 30 0 67 304 121 31
Binary 1100 1010111 1110011 1011010 11000 0 110111 11000100 1010001 11001

Color Harmonies of #0C5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5773

Black with #0C5773

Text Example


Text Example

White with #0C5773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C5773;
 }
 .AnyTagClassName
 {
   color: #0C5773;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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