Html Css Color HEX #0C5C76 Blue Lagoon

📋 copy color: '#0C5C76'

red 12 ◦ green 92 ◦ blue 118

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

Shades of Blue Lagoon #0C5C76

Tints of Blue Lagoon #0C5C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.44%

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

R = 5.41%
G = 41.44%
B = 53.15%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C5C76 (or 0x0C5C76) is known color: Blue Lagoon. HEX triplet: 0C, 5C and 76. RGB value is (12,92,118). Sum of RGB (Red+Green+Blue) = 12+92+118=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C5C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5C76 is #F3A389. Grayscale: #464646. Windows color (decimal): -15967114 or 7756812. OLE color: 7756812.

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

Color convert

RGB 12 92 118 -
CMYK 0.90 0.22 0 0.54
HSL 194.72º 0.82% 0.25% -
HSV(B) 194.72º 0.9% 0.46% -
XYZ 7.25 9.04 18.5 -
YUV 71.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 12 92 118 0.90 0.22 0 0.54 194.72 0.82 0.25
Hex C 5C 76 5A 16 0 36 C3 52 19
Octal 14 134 166 132 26 0 66 303 122 31
Binary 1100 1011100 1110110 1011010 10110 0 110110 11000011 1010010 11001

Color Harmonies of #0C5C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5C76

Black with #0C5C76

Text Example


Text Example

White with #0C5C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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