Html Css Color HEX #0C6977 Blue Lagoon

📋 copy color: '#0C6977'

red 12 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #0C6977

Tints of Blue Lagoon #0C6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 5.08%
G = 44.49%
B = 50.42%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C6977 (or 0x0C6977) is known color: Blue Lagoon. HEX triplet: 0C, 69 and 77. RGB value is (12,105,119). Sum of RGB (Red+Green+Blue) = 12+105+119=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C6977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6977 is #F39688. Grayscale: #4E4E4E. Windows color (decimal): -15963785 or 7825676. OLE color: 7825676.

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

Color convert

RGB 12 105 119 -
CMYK 0.90 0.12 0 0.53
HSL 187.85º 0.82% 0.26% -
HSV(B) 187.85º 0.9% 0.47% -
XYZ 8.53 11.51 19.23 -
YUV 78.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 12 105 119 0.90 0.12 0 0.53 187.85 0.82 0.26
Hex C 69 77 5A C 0 35 BC 52 1A
Octal 14 151 167 132 14 0 65 274 122 32
Binary 1100 1101001 1110111 1011010 1100 0 110101 10111100 1010010 11010

Color Harmonies of #0C6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6977

Black with #0C6977

Text Example


Text Example

White with #0C6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,105,119); }

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

background-color css

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

 a { background-color: rgb(12,105,119); }

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

border-color css

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

 span { border-color: rgb(12,105,119); }

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