Shades of Blue Lagoon #0C6478
Tints of Blue Lagoon #0C6478
RGB
CMYK
RGB Variations
Color information
#0C6478 (or 0x0C6478) is known color: Blue Lagoon. HEX triplet: 0C, 64 and 78. RGB value is (12,100,120). Sum of RGB (Red+Green+Blue) = 12+100+120=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C6478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6478 is #F39B87. Grayscale: #4B4B4B. Windows color (decimal): -15965064 or 7889932. OLE color: 7889932.
HSL color Cylindrical-coordinate representation of color #0C6478: hue angle of 191.11º 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 #0C6478 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 100 | 120 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.53 |
| HSL | 191.11º | 0.82% | 0.26% | - |
| HSV(B) | 191.11º | 0.9% | 0.47% | - |
| XYZ | 8.1 | 10.55 | 19.38 | - |
| YUV | 75.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 120 | 0.90 | 0.17 | 0 | 0.53 | 191.11 | 0.82 | 0.26 |
| Hex | C | 64 | 78 | 5A | 11 | 0 | 35 | BF | 52 | 1A |
| Octal | 14 | 144 | 170 | 132 | 21 | 0 | 65 | 277 | 122 | 32 |
| Binary | 1100 | 1100100 | 1111000 | 1011010 | 10001 | 0 | 110101 | 10111111 | 1010010 | 11010 |
Color Harmonies of #0C6478
Complementary color
Monochromatic Colors of #0C6478
Black with #0C6478
Text Example
Text Example
White with #0C6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6478; }
p { color: rgb(12,100,120); }
H1.HeaderClassName
{
color: #0C6478;
}
.AnyTagClassName
{
color: #0C6478;
}
</style>
background-color css
<style>
a { background-color: #0C6478; }
a { background-color: rgb(12,100,120); }
div.DivClassName
{
background-color: #0C6478;
}
.BgClassName
{
background-color: #0C6478;
}
</style>
border-color css
<style>
span { border-color: #0C6478; }
span { border-color: rgb(12,100,120); }
td.TdClassName
{
border-color: #0C6478;
}
.TagClassName
{
border-color: #0C6478;
}
</style>