Shades of Navy Blue #0C6CEF
Tints of Navy Blue #0C6CEF
RGB
CMYK
RGB Variations
Color information
#0C6CEF (or 0x0C6CEF) is known color: Navy Blue. HEX triplet: 0C, 6C and EF. RGB value is (12,108,239). Sum of RGB (Red+Green+Blue) = 12+108+239=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C6CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6CEF is #F39310. Grayscale: #5D5D5D. Windows color (decimal): -15962897 or 15690764. OLE color: 15690764.
HSL color Cylindrical-coordinate representation of color #0C6CEF: hue angle of 214.63º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6CEF is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 108 | 239 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.06 |
| HSL | 214.63º | 0.9% | 0.49% | - |
| HSV(B) | 214.63º | 0.95% | 0.94% | - |
| XYZ | 21.09 | 17.04 | 83.84 | - |
| YUV | 94.23 | 209.7 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 239 | 0.95 | 0.55 | 0 | 0.06 | 214.63 | 0.9 | 0.49 |
| Hex | C | 6C | EF | 5F | 37 | 0 | 6 | D7 | 5A | 31 |
| Octal | 14 | 154 | 357 | 137 | 67 | 0 | 6 | 327 | 132 | 61 |
| Binary | 1100 | 1101100 | 11101111 | 1011111 | 110111 | 0 | 110 | 11010111 | 1011010 | 110001 |
Color Harmonies of #0C6CEF
Complementary color
Monochromatic Colors of #0C6CEF
Black with #0C6CEF
Text Example
Text Example
White with #0C6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6CEF; }
p { color: rgb(12,108,239); }
H1.HeaderClassName
{
color: #0C6CEF;
}
.AnyTagClassName
{
color: #0C6CEF;
}
</style>
background-color css
<style>
a { background-color: #0C6CEF; }
a { background-color: rgb(12,108,239); }
div.DivClassName
{
background-color: #0C6CEF;
}
.BgClassName
{
background-color: #0C6CEF;
}
</style>
border-color css
<style>
span { border-color: #0C6CEF; }
span { border-color: rgb(12,108,239); }
td.TdClassName
{
border-color: #0C6CEF;
}
.TagClassName
{
border-color: #0C6CEF;
}
</style>