Html Css Color HEX #0C566B Blue Lagoon

📋 copy color: '#0C566B'

red 12 ◦ green 86 ◦ blue 107

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

Shades of Blue Lagoon #0C566B

Tints of Blue Lagoon #0C566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 5.85%
G = 41.95%
B = 52.2%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C566B (or 0x0C566B) is known color: Blue Lagoon. HEX triplet: 0C, 56 and 6B. RGB value is (12,86,107). Sum of RGB (Red+Green+Blue) = 12+86+107=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C566B is #F3A994. Grayscale: #424242. Windows color (decimal): -15968661 or 7034380. OLE color: 7034380.

HSL color Cylindrical-coordinate representation of color #0C566B: hue angle of 193.26º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C566B is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 86 107 -
CMYK 0.89 0.20 0 0.58
HSL 193.26º 0.8% 0.23% -
HSV(B) 193.26º 0.89% 0.42% -
XYZ 6.13 7.8 15.09 -
YUV 66.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 12 86 107 0.89 0.20 0 0.58 193.26 0.8 0.23
Hex C 56 6B 59 14 0 3A C1 50 17
Octal 14 126 153 131 24 0 72 301 120 27
Binary 1100 1010110 1101011 1011001 10100 0 111010 11000001 1010000 10111

Color Harmonies of #0C566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C566B

Black with #0C566B

Text Example


Text Example

White with #0C566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,86,107); }

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

background-color css

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

 a { background-color: rgb(12,86,107); }

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

border-color css

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

 span { border-color: rgb(12,86,107); }

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