Shades of Dark Cerulean #0C597C
Tints of Dark Cerulean #0C597C
RGB
CMYK
RGB Variations
Color information
#0C597C (or 0x0C597C) is known color: Dark Cerulean. HEX triplet: 0C, 59 and 7C. RGB value is (12,89,124). Sum of RGB (Red+Green+Blue) = 12+89+124=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C597C is #F3A683. Grayscale: #454545. Windows color (decimal): -15967876 or 8149260. OLE color: 8149260.
HSL color Cylindrical-coordinate representation of color #0C597C: hue angle of 198.75º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C597C is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 89 | 124 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.51 |
| HSL | 198.75º | 0.82% | 0.27% | - |
| HSV(B) | 198.75º | 0.9% | 0.49% | - |
| XYZ | 7.36 | 8.68 | 20.36 | - |
| YUV | 69.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 124 | 0.90 | 0.28 | 0 | 0.51 | 198.75 | 0.82 | 0.27 |
| Hex | C | 59 | 7C | 5A | 1C | 0 | 33 | C7 | 52 | 1B |
| Octal | 14 | 131 | 174 | 132 | 34 | 0 | 63 | 307 | 122 | 33 |
| Binary | 1100 | 1011001 | 1111100 | 1011010 | 11100 | 0 | 110011 | 11000111 | 1010010 | 11011 |
Color Harmonies of #0C597C
Complementary color
Monochromatic Colors of #0C597C
Black with #0C597C
Text Example
Text Example
White with #0C597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C597C; }
p { color: rgb(12,89,124); }
H1.HeaderClassName
{
color: #0C597C;
}
.AnyTagClassName
{
color: #0C597C;
}
</style>
background-color css
<style>
a { background-color: #0C597C; }
a { background-color: rgb(12,89,124); }
div.DivClassName
{
background-color: #0C597C;
}
.BgClassName
{
background-color: #0C597C;
}
</style>
border-color css
<style>
span { border-color: #0C597C; }
span { border-color: rgb(12,89,124); }
td.TdClassName
{
border-color: #0C597C;
}
.TagClassName
{
border-color: #0C597C;
}
</style>