Shades of Cerulean #0C6498
Tints of Cerulean #0C6498
RGB
CMYK
RGB Variations
Color information
#0C6498 (or 0x0C6498) is known color: Cerulean. HEX triplet: 0C, 64 and 98. RGB value is (12,100,152). Sum of RGB (Red+Green+Blue) = 12+100+152=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C6498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6498 is #F39B67. Grayscale: #4F4F4F. Windows color (decimal): -15965032 or 9987084. OLE color: 9987084.
HSL color Cylindrical-coordinate representation of color #0C6498: hue angle of 202.29º 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 #0C6498 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 100 | 152 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.40 |
| HSL | 202.29º | 0.85% | 0.32% | - |
| HSV(B) | 202.29º | 0.92% | 0.6% | - |
| XYZ | 10.38 | 11.46 | 31.37 | - |
| YUV | 79.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 152 | 0.92 | 0.34 | 0 | 0.40 | 202.29 | 0.85 | 0.32 |
| Hex | C | 64 | 98 | 5C | 22 | 0 | 28 | CA | 55 | 20 |
| Octal | 14 | 144 | 230 | 134 | 42 | 0 | 50 | 312 | 125 | 40 |
| Binary | 1100 | 1100100 | 10011000 | 1011100 | 100010 | 0 | 101000 | 11001010 | 1010101 | 100000 |
Color Harmonies of #0C6498
Complementary color
Monochromatic Colors of #0C6498
Black with #0C6498
Text Example
Text Example
White with #0C6498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6498; }
p { color: rgb(12,100,152); }
H1.HeaderClassName
{
color: #0C6498;
}
.AnyTagClassName
{
color: #0C6498;
}
</style>
background-color css
<style>
a { background-color: #0C6498; }
a { background-color: rgb(12,100,152); }
div.DivClassName
{
background-color: #0C6498;
}
.BgClassName
{
background-color: #0C6498;
}
</style>
border-color css
<style>
span { border-color: #0C6498; }
span { border-color: rgb(12,100,152); }
td.TdClassName
{
border-color: #0C6498;
}
.TagClassName
{
border-color: #0C6498;
}
</style>