Shades of Blue Lagoon #0C5875
Tints of Blue Lagoon #0C5875
RGB
CMYK
RGB Variations
Color information
#0C5875 (or 0x0C5875) is known color: Blue Lagoon. HEX triplet: 0C, 58 and 75. RGB value is (12,88,117). Sum of RGB (Red+Green+Blue) = 12+88+117=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C5875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5875 is #F3A78A. Grayscale: #444444. Windows color (decimal): -15968139 or 7690252. OLE color: 7690252.
HSL color Cylindrical-coordinate representation of color #0C5875: hue angle of 196.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5875 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 88 | 117 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.54 |
| HSL | 196.57º | 0.81% | 0.25% | - |
| HSV(B) | 196.57º | 0.9% | 0.46% | - |
| XYZ | 6.85 | 8.34 | 18.08 | - |
| YUV | 68.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 117 | 0.90 | 0.25 | 0 | 0.54 | 196.57 | 0.81 | 0.25 |
| Hex | C | 58 | 75 | 5A | 19 | 0 | 36 | C5 | 51 | 19 |
| Octal | 14 | 130 | 165 | 132 | 31 | 0 | 66 | 305 | 121 | 31 |
| Binary | 1100 | 1011000 | 1110101 | 1011010 | 11001 | 0 | 110110 | 11000101 | 1010001 | 11001 |
Color Harmonies of #0C5875
Complementary color
Monochromatic Colors of #0C5875
Black with #0C5875
Text Example
Text Example
White with #0C5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5875; }
p { color: rgb(12,88,117); }
H1.HeaderClassName
{
color: #0C5875;
}
.AnyTagClassName
{
color: #0C5875;
}
</style>
background-color css
<style>
a { background-color: #0C5875; }
a { background-color: rgb(12,88,117); }
div.DivClassName
{
background-color: #0C5875;
}
.BgClassName
{
background-color: #0C5875;
}
</style>
border-color css
<style>
span { border-color: #0C5875; }
span { border-color: rgb(12,88,117); }
td.TdClassName
{
border-color: #0C5875;
}
.TagClassName
{
border-color: #0C5875;
}
</style>