Shades of Cerulean #0C6598
Tints of Cerulean #0C6598
RGB
CMYK
RGB Variations
Color information
#0C6598 (or 0x0C6598) is known color: Cerulean. HEX triplet: 0C, 65 and 98. RGB value is (12,101,152). Sum of RGB (Red+Green+Blue) = 12+101+152=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C6598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6598 is #F39A67. Grayscale: #4F4F4F. Windows color (decimal): -15964776 or 9987340. OLE color: 9987340.
HSL color Cylindrical-coordinate representation of color #0C6598: hue angle of 201.86º 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 #0C6598 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 101 | 152 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.40 |
| HSL | 201.86º | 0.85% | 0.32% | - |
| HSV(B) | 201.86º | 0.92% | 0.6% | - |
| XYZ | 10.47 | 11.65 | 31.4 | - |
| YUV | 80.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 152 | 0.92 | 0.34 | 0 | 0.40 | 201.86 | 0.85 | 0.32 |
| Hex | C | 65 | 98 | 5C | 22 | 0 | 28 | CA | 55 | 20 |
| Octal | 14 | 145 | 230 | 134 | 42 | 0 | 50 | 312 | 125 | 40 |
| Binary | 1100 | 1100101 | 10011000 | 1011100 | 100010 | 0 | 101000 | 11001010 | 1010101 | 100000 |
Color Harmonies of #0C6598
Complementary color
Monochromatic Colors of #0C6598
Black with #0C6598
Text Example
Text Example
White with #0C6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6598; }
p { color: rgb(12,101,152); }
H1.HeaderClassName
{
color: #0C6598;
}
.AnyTagClassName
{
color: #0C6598;
}
</style>
background-color css
<style>
a { background-color: #0C6598; }
a { background-color: rgb(12,101,152); }
div.DivClassName
{
background-color: #0C6598;
}
.BgClassName
{
background-color: #0C6598;
}
</style>
border-color css
<style>
span { border-color: #0C6598; }
span { border-color: rgb(12,101,152); }
td.TdClassName
{
border-color: #0C6598;
}
.TagClassName
{
border-color: #0C6598;
}
</style>