Shades of Navy Blue #0D6EED
Tints of Navy Blue #0D6EED
RGB
CMYK
RGB Variations
Color information
#0D6EED (or 0x0D6EED) is known color: Navy Blue. HEX triplet: 0D, 6E and ED. RGB value is (13,110,237). Sum of RGB (Red+Green+Blue) = 13+110+237=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D6EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6EED is #F29112. Grayscale: #5E5E5E. Windows color (decimal): -15896851 or 15560205. OLE color: 15560205.
HSL color Cylindrical-coordinate representation of color #0D6EED: hue angle of 214.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6EED is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 110 | 237 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.07 |
| HSL | 214.02º | 0.9% | 0.49% | - |
| HSV(B) | 214.02º | 0.95% | 0.93% | - |
| XYZ | 21.03 | 17.35 | 82.36 | - |
| YUV | 95.48 | 207.86 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 237 | 0.95 | 0.54 | 0 | 0.07 | 214.02 | 0.9 | 0.49 |
| Hex | D | 6E | ED | 5F | 36 | 0 | 7 | D6 | 5A | 31 |
| Octal | 15 | 156 | 355 | 137 | 66 | 0 | 7 | 326 | 132 | 61 |
| Binary | 1101 | 1101110 | 11101101 | 1011111 | 110110 | 0 | 111 | 11010110 | 1011010 | 110001 |
Color Harmonies of #0D6EED
Complementary color
Monochromatic Colors of #0D6EED
Black with #0D6EED
Text Example
Text Example
White with #0D6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EED; }
p { color: rgb(13,110,237); }
H1.HeaderClassName
{
color: #0D6EED;
}
.AnyTagClassName
{
color: #0D6EED;
}
</style>
background-color css
<style>
a { background-color: #0D6EED; }
a { background-color: rgb(13,110,237); }
div.DivClassName
{
background-color: #0D6EED;
}
.BgClassName
{
background-color: #0D6EED;
}
</style>
border-color css
<style>
span { border-color: #0D6EED; }
span { border-color: rgb(13,110,237); }
td.TdClassName
{
border-color: #0D6EED;
}
.TagClassName
{
border-color: #0D6EED;
}
</style>