Shades of Dark Cerulean #0C5079
Tints of Dark Cerulean #0C5079
RGB
CMYK
RGB Variations
Color information
#0C5079 (or 0x0C5079) is known color: Dark Cerulean. HEX triplet: 0C, 50 and 79. RGB value is (12,80,121). Sum of RGB (Red+Green+Blue) = 12+80+121=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C5079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5079 is #F3AF86. Grayscale: #404040. Windows color (decimal): -15970183 or 7950348. OLE color: 7950348.
HSL color Cylindrical-coordinate representation of color #0C5079: hue angle of 202.57º 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 #0C5079 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 80 | 121 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.53 |
| HSL | 202.57º | 0.82% | 0.26% | - |
| HSV(B) | 202.57º | 0.9% | 0.47% | - |
| XYZ | 6.47 | 7.2 | 19.14 | - |
| YUV | 64.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 121 | 0.90 | 0.34 | 0 | 0.53 | 202.57 | 0.82 | 0.26 |
| Hex | C | 50 | 79 | 5A | 22 | 0 | 35 | CB | 52 | 1A |
| Octal | 14 | 120 | 171 | 132 | 42 | 0 | 65 | 313 | 122 | 32 |
| Binary | 1100 | 1010000 | 1111001 | 1011010 | 100010 | 0 | 110101 | 11001011 | 1010010 | 11010 |
Color Harmonies of #0C5079
Complementary color
Monochromatic Colors of #0C5079
Black with #0C5079
Text Example
Text Example
White with #0C5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5079; }
p { color: rgb(12,80,121); }
H1.HeaderClassName
{
color: #0C5079;
}
.AnyTagClassName
{
color: #0C5079;
}
</style>
background-color css
<style>
a { background-color: #0C5079; }
a { background-color: rgb(12,80,121); }
div.DivClassName
{
background-color: #0C5079;
}
.BgClassName
{
background-color: #0C5079;
}
</style>
border-color css
<style>
span { border-color: #0C5079; }
span { border-color: rgb(12,80,121); }
td.TdClassName
{
border-color: #0C5079;
}
.TagClassName
{
border-color: #0C5079;
}
</style>