Html Css Color HEX #0C5776 Blue Lagoon

📋 copy color: '#0C5776'

red 12 ◦ green 87 ◦ blue 118

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

Shades of Blue Lagoon #0C5776

Tints of Blue Lagoon #0C5776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 5.53%
G = 40.09%
B = 54.38%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C5776 (or 0x0C5776) is known color: Blue Lagoon. HEX triplet: 0C, 57 and 76. RGB value is (12,87,118). Sum of RGB (Red+Green+Blue) = 12+87+118=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C5776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5776 is #F3A889. Grayscale: #434343. Windows color (decimal): -15968394 or 7755532. OLE color: 7755532.

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

Color convert

RGB 12 87 118 -
CMYK 0.90 0.26 0 0.54
HSL 197.55º 0.82% 0.25% -
HSV(B) 197.55º 0.9% 0.46% -
XYZ 6.83 8.2 18.36 -
YUV 68.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 12 87 118 0.90 0.26 0 0.54 197.55 0.82 0.25
Hex C 57 76 5A 1A 0 36 C6 52 19
Octal 14 127 166 132 32 0 66 306 122 31
Binary 1100 1010111 1110110 1011010 11010 0 110110 11000110 1010010 11001

Color Harmonies of #0C5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5776

Black with #0C5776

Text Example


Text Example

White with #0C5776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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