Shades of Navy Blue #0C6FEF
Tints of Navy Blue #0C6FEF
RGB
CMYK
RGB Variations
Color information
#0C6FEF (or 0x0C6FEF) is known color: Navy Blue. HEX triplet: 0C, 6F and EF. RGB value is (12,111,239). Sum of RGB (Red+Green+Blue) = 12+111+239=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C6FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6FEF is #F39010. Grayscale: #5F5F5F. Windows color (decimal): -15962129 or 15691532. OLE color: 15691532.
HSL color Cylindrical-coordinate representation of color #0C6FEF: hue angle of 213.83º 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 #0C6FEF is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 111 | 239 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.06 |
| HSL | 213.83º | 0.9% | 0.49% | - |
| HSV(B) | 213.83º | 0.95% | 0.94% | - |
| XYZ | 21.42 | 17.68 | 83.95 | - |
| YUV | 95.99 | 208.7 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 111 | 239 | 0.95 | 0.54 | 0 | 0.06 | 213.83 | 0.9 | 0.49 |
| Hex | C | 6F | EF | 5F | 36 | 0 | 6 | D6 | 5A | 31 |
| Octal | 14 | 157 | 357 | 137 | 66 | 0 | 6 | 326 | 132 | 61 |
| Binary | 1100 | 1101111 | 11101111 | 1011111 | 110110 | 0 | 110 | 11010110 | 1011010 | 110001 |
Color Harmonies of #0C6FEF
Complementary color
Monochromatic Colors of #0C6FEF
Black with #0C6FEF
Text Example
Text Example
White with #0C6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6FEF; }
p { color: rgb(12,111,239); }
H1.HeaderClassName
{
color: #0C6FEF;
}
.AnyTagClassName
{
color: #0C6FEF;
}
</style>
background-color css
<style>
a { background-color: #0C6FEF; }
a { background-color: rgb(12,111,239); }
div.DivClassName
{
background-color: #0C6FEF;
}
.BgClassName
{
background-color: #0C6FEF;
}
</style>
border-color css
<style>
span { border-color: #0C6FEF; }
span { border-color: rgb(12,111,239); }
td.TdClassName
{
border-color: #0C6FEF;
}
.TagClassName
{
border-color: #0C6FEF;
}
</style>