Html Css Color HEX #0C6978 Blue Lagoon

📋 copy color: '#0C6978'

red 12 ◦ green 105 ◦ blue 120

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

Shades of Blue Lagoon #0C6978

Tints of Blue Lagoon #0C6978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 5.06%
G = 44.3%
B = 50.63%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C6978 (or 0x0C6978) is known color: Blue Lagoon. HEX triplet: 0C, 69 and 78. RGB value is (12,105,120). Sum of RGB (Red+Green+Blue) = 12+105+120=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C6978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6978 is #F39687. Grayscale: #4E4E4E. Windows color (decimal): -15963784 or 7891212. OLE color: 7891212.

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

Color convert

RGB 12 105 120 -
CMYK 0.90 0.13 0 0.53
HSL 188.33º 0.82% 0.26% -
HSV(B) 188.33º 0.9% 0.47% -
XYZ 8.59 11.54 19.54 -
YUV 78.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 12 105 120 0.90 0.13 0 0.53 188.33 0.82 0.26
Hex C 69 78 5A D 0 35 BC 52 1A
Octal 14 151 170 132 15 0 65 274 122 32
Binary 1100 1101001 1111000 1011010 1101 0 110101 10111100 1010010 11010

Color Harmonies of #0C6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6978

Black with #0C6978

Text Example


Text Example

White with #0C6978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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