Shades of Navy Blue #0D6FDE
Tints of Navy Blue #0D6FDE
RGB
CMYK
RGB Variations
Color information
#0D6FDE (or 0x0D6FDE) is known color: Navy Blue. HEX triplet: 0D, 6F and DE. RGB value is (13,111,222). Sum of RGB (Red+Green+Blue) = 13+111+222=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D6FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6FDE is #F29021. Grayscale: #5D5D5D. Windows color (decimal): -15896610 or 14577421. OLE color: 14577421.
HSL color Cylindrical-coordinate representation of color #0D6FDE: hue angle of 211.87º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6FDE is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 111 | 222 | - |
| CMYK | 0.94 | 0.5 | 0 | 0.13 |
| HSL | 211.87º | 0.89% | 0.46% | - |
| HSV(B) | 211.87º | 0.94% | 0.87% | - |
| XYZ | 19.04 | 16.73 | 71.33 | - |
| YUV | 94.35 | 200.03 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 222 | 0.94 | 0.5 | 0 | 0.13 | 211.87 | 0.89 | 0.46 |
| Hex | D | 6F | DE | 5E | 32 | 0 | D | D4 | 59 | 2E |
| Octal | 15 | 157 | 336 | 136 | 62 | 0 | 15 | 324 | 131 | 56 |
| Binary | 1101 | 1101111 | 11011110 | 1011110 | 110010 | 0 | 1101 | 11010100 | 1011001 | 101110 |
Color Harmonies of #0D6FDE
Complementary color
Monochromatic Colors of #0D6FDE
Black with #0D6FDE
Text Example
Text Example
White with #0D6FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6FDE; }
p { color: rgb(13,111,222); }
H1.HeaderClassName
{
color: #0D6FDE;
}
.AnyTagClassName
{
color: #0D6FDE;
}
</style>
background-color css
<style>
a { background-color: #0D6FDE; }
a { background-color: rgb(13,111,222); }
div.DivClassName
{
background-color: #0D6FDE;
}
.BgClassName
{
background-color: #0D6FDE;
}
</style>
border-color css
<style>
span { border-color: #0D6FDE; }
span { border-color: rgb(13,111,222); }
td.TdClassName
{
border-color: #0D6FDE;
}
.TagClassName
{
border-color: #0D6FDE;
}
</style>