Shades of Cerulean #0C7299
Tints of Cerulean #0C7299
RGB
CMYK
RGB Variations
Color information
#0C7299 (or 0x0C7299) is known color: Cerulean. HEX triplet: 0C, 72 and 99. RGB value is (12,114,153). Sum of RGB (Red+Green+Blue) = 12+114+153=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C7299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7299 is #F38D66. Grayscale: #575757. Windows color (decimal): -15961447 or 10056204. OLE color: 10056204.
HSL color Cylindrical-coordinate representation of color #0C7299: hue angle of 196.6º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7299 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 114 | 153 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.4 |
| HSL | 196.6º | 0.85% | 0.32% | - |
| HSV(B) | 196.6º | 0.92% | 0.6% | - |
| XYZ | 11.92 | 14.41 | 32.29 | - |
| YUV | 87.95 | 164.71 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 153 | 0.92 | 0.25 | 0 | 0.4 | 196.6 | 0.85 | 0.32 |
| Hex | C | 72 | 99 | 5C | 19 | 0 | 28 | C5 | 55 | 20 |
| Octal | 14 | 162 | 231 | 134 | 31 | 0 | 50 | 305 | 125 | 40 |
| Binary | 1100 | 1110010 | 10011001 | 1011100 | 11001 | 0 | 101000 | 11000101 | 1010101 | 100000 |
Color Harmonies of #0C7299
Complementary color
Monochromatic Colors of #0C7299
Black with #0C7299
Text Example
Text Example
White with #0C7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7299; }
p { color: rgb(12,114,153); }
H1.HeaderClassName
{
color: #0C7299;
}
.AnyTagClassName
{
color: #0C7299;
}
</style>
background-color css
<style>
a { background-color: #0C7299; }
a { background-color: rgb(12,114,153); }
div.DivClassName
{
background-color: #0C7299;
}
.BgClassName
{
background-color: #0C7299;
}
</style>
border-color css
<style>
span { border-color: #0C7299; }
span { border-color: rgb(12,114,153); }
td.TdClassName
{
border-color: #0C7299;
}
.TagClassName
{
border-color: #0C7299;
}
</style>