Shades of Cerulean #0C649E
Tints of Cerulean #0C649E
RGB
CMYK
RGB Variations
Color information
#0C649E (or 0x0C649E) is known color: Cerulean. HEX triplet: 0C, 64 and 9E. RGB value is (12,100,158). Sum of RGB (Red+Green+Blue) = 12+100+158=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C649E is #F39B61. Grayscale: #4F4F4F. Windows color (decimal): -15965026 or 10380300. OLE color: 10380300.
HSL color Cylindrical-coordinate representation of color #0C649E: hue angle of 203.84º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C649E is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 100 | 158 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.38 |
| HSL | 203.84º | 0.86% | 0.33% | - |
| HSV(B) | 203.84º | 0.92% | 0.62% | - |
| XYZ | 10.88 | 11.66 | 34.03 | - |
| YUV | 80.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 158 | 0.92 | 0.37 | 0 | 0.38 | 203.84 | 0.86 | 0.33 |
| Hex | C | 64 | 9E | 5C | 25 | 0 | 26 | CC | 56 | 21 |
| Octal | 14 | 144 | 236 | 134 | 45 | 0 | 46 | 314 | 126 | 41 |
| Binary | 1100 | 1100100 | 10011110 | 1011100 | 100101 | 0 | 100110 | 11001100 | 1010110 | 100001 |
Color Harmonies of #0C649E
Complementary color
Monochromatic Colors of #0C649E
Black with #0C649E
Text Example
Text Example
White with #0C649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C649E; }
p { color: rgb(12,100,158); }
H1.HeaderClassName
{
color: #0C649E;
}
.AnyTagClassName
{
color: #0C649E;
}
</style>
background-color css
<style>
a { background-color: #0C649E; }
a { background-color: rgb(12,100,158); }
div.DivClassName
{
background-color: #0C649E;
}
.BgClassName
{
background-color: #0C649E;
}
</style>
border-color css
<style>
span { border-color: #0C649E; }
span { border-color: rgb(12,100,158); }
td.TdClassName
{
border-color: #0C649E;
}
.TagClassName
{
border-color: #0C649E;
}
</style>