Html Css Color HEX #0C606E Blue Lagoon

📋 copy color: '#0C606E'

red 12 ◦ green 96 ◦ blue 110

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

Shades of Blue Lagoon #0C606E

Tints of Blue Lagoon #0C606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 5.5%
G = 44.04%
B = 50.46%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C606E (or 0x0C606E) is known color: Blue Lagoon. HEX triplet: 0C, 60 and 6E. RGB value is (12,96,110). Sum of RGB (Red+Green+Blue) = 12+96+110=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C606E is #F39F91. Grayscale: #484848. Windows color (decimal): -15966098 or 7233548. OLE color: 7233548.

HSL color Cylindrical-coordinate representation of color #0C606E: hue angle of 188.57º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C606E is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 96 110 -
CMYK 0.89 0.13 0 0.57
HSL 188.57º 0.8% 0.24% -
HSV(B) 188.57º 0.89% 0.43% -
XYZ 7.15 9.57 16.22 -
YUV 72.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 12 96 110 0.89 0.13 0 0.57 188.57 0.8 0.24
Hex C 60 6E 59 D 0 39 BD 50 18
Octal 14 140 156 131 15 0 71 275 120 30
Binary 1100 1100000 1101110 1011001 1101 0 111001 10111101 1010000 11000

Color Harmonies of #0C606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C606E

Black with #0C606E

Text Example


Text Example

White with #0C606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,110); }

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

background-color css

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

 a { background-color: rgb(12,96,110); }

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

border-color css

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

 span { border-color: rgb(12,96,110); }

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