Shades of Navy Blue #0D6EEF
Tints of Navy Blue #0D6EEF
RGB
CMYK
RGB Variations
Color information
#0D6EEF (or 0x0D6EEF) is known color: Navy Blue. HEX triplet: 0D, 6E and EF. RGB value is (13,110,239). Sum of RGB (Red+Green+Blue) = 13+110+239=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 110 (43.36% from 255 or 30.39% 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 #0D6EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6EEF is #F29110. Grayscale: #5F5F5F. Windows color (decimal): -15896849 or 15691277. OLE color: 15691277.
HSL color Cylindrical-coordinate representation of color #0D6EEF: hue angle of 214.25º 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 #0D6EEF is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 110 | 239 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.06 |
| HSL | 214.25º | 0.9% | 0.49% | - |
| HSV(B) | 214.25º | 0.95% | 0.94% | - |
| XYZ | 21.32 | 17.47 | 83.91 | - |
| YUV | 95.7 | 208.86 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 239 | 0.95 | 0.54 | 0 | 0.06 | 214.25 | 0.9 | 0.49 |
| Hex | D | 6E | EF | 5F | 36 | 0 | 6 | D6 | 5A | 31 |
| Octal | 15 | 156 | 357 | 137 | 66 | 0 | 6 | 326 | 132 | 61 |
| Binary | 1101 | 1101110 | 11101111 | 1011111 | 110110 | 0 | 110 | 11010110 | 1011010 | 110001 |
Color Harmonies of #0D6EEF
Complementary color
Monochromatic Colors of #0D6EEF
Black with #0D6EEF
Text Example
Text Example
White with #0D6EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EEF; }
p { color: rgb(13,110,239); }
H1.HeaderClassName
{
color: #0D6EEF;
}
.AnyTagClassName
{
color: #0D6EEF;
}
</style>
background-color css
<style>
a { background-color: #0D6EEF; }
a { background-color: rgb(13,110,239); }
div.DivClassName
{
background-color: #0D6EEF;
}
.BgClassName
{
background-color: #0D6EEF;
}
</style>
border-color css
<style>
span { border-color: #0D6EEF; }
span { border-color: rgb(13,110,239); }
td.TdClassName
{
border-color: #0D6EEF;
}
.TagClassName
{
border-color: #0D6EEF;
}
</style>