Shades of Blue Lagoon #0C6477
Tints of Blue Lagoon #0C6477
RGB
CMYK
RGB Variations
Color information
#0C6477 (or 0x0C6477) is known color: Blue Lagoon. HEX triplet: 0C, 64 and 77. RGB value is (12,100,119). Sum of RGB (Red+Green+Blue) = 12+100+119=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C6477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6477 is #F39B88. Grayscale: #4B4B4B. Windows color (decimal): -15965065 or 7824396. OLE color: 7824396.
HSL color Cylindrical-coordinate representation of color #0C6477: hue angle of 190.65º 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 #0C6477 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 100 | 119 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.53 |
| HSL | 190.65º | 0.82% | 0.26% | - |
| HSV(B) | 190.65º | 0.9% | 0.47% | - |
| XYZ | 8.04 | 10.52 | 19.06 | - |
| YUV | 75.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 119 | 0.90 | 0.16 | 0 | 0.53 | 190.65 | 0.82 | 0.26 |
| Hex | C | 64 | 77 | 5A | 10 | 0 | 35 | BF | 52 | 1A |
| Octal | 14 | 144 | 167 | 132 | 20 | 0 | 65 | 277 | 122 | 32 |
| Binary | 1100 | 1100100 | 1110111 | 1011010 | 10000 | 0 | 110101 | 10111111 | 1010010 | 11010 |
Color Harmonies of #0C6477
Complementary color
Monochromatic Colors of #0C6477
Black with #0C6477
Text Example
Text Example
White with #0C6477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6477; }
p { color: rgb(12,100,119); }
H1.HeaderClassName
{
color: #0C6477;
}
.AnyTagClassName
{
color: #0C6477;
}
</style>
background-color css
<style>
a { background-color: #0C6477; }
a { background-color: rgb(12,100,119); }
div.DivClassName
{
background-color: #0C6477;
}
.BgClassName
{
background-color: #0C6477;
}
</style>
border-color css
<style>
span { border-color: #0C6477; }
span { border-color: rgb(12,100,119); }
td.TdClassName
{
border-color: #0C6477;
}
.TagClassName
{
border-color: #0C6477;
}
</style>