Shades of Navy Blue #0D7FDE
Tints of Navy Blue #0D7FDE
RGB
CMYK
RGB Variations
Color information
#0D7FDE (or 0x0D7FDE) is known color: Navy Blue. HEX triplet: 0D, 7F and DE. RGB value is (13,127,222). Sum of RGB (Red+Green+Blue) = 13+127+222=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D7FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FDE is #F28021. Grayscale: #676767. Windows color (decimal): -15892514 or 14581517. OLE color: 14581517.
HSL color Cylindrical-coordinate representation of color #0D7FDE: hue angle of 207.27º 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 #0D7FDE is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 127 | 222 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.13 |
| HSL | 207.27º | 0.89% | 0.46% | - |
| HSV(B) | 207.27º | 0.94% | 0.87% | - |
| XYZ | 20.94 | 20.54 | 71.97 | - |
| YUV | 103.74 | 194.73 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 222 | 0.94 | 0.43 | 0 | 0.13 | 207.27 | 0.89 | 0.46 |
| Hex | D | 7F | DE | 5E | 2B | 0 | D | CF | 59 | 2E |
| Octal | 15 | 177 | 336 | 136 | 53 | 0 | 15 | 317 | 131 | 56 |
| Binary | 1101 | 1111111 | 11011110 | 1011110 | 101011 | 0 | 1101 | 11001111 | 1011001 | 101110 |
Color Harmonies of #0D7FDE
Complementary color
Monochromatic Colors of #0D7FDE
Black with #0D7FDE
Text Example
Text Example
White with #0D7FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7FDE; }
p { color: rgb(13,127,222); }
H1.HeaderClassName
{
color: #0D7FDE;
}
.AnyTagClassName
{
color: #0D7FDE;
}
</style>
background-color css
<style>
a { background-color: #0D7FDE; }
a { background-color: rgb(13,127,222); }
div.DivClassName
{
background-color: #0D7FDE;
}
.BgClassName
{
background-color: #0D7FDE;
}
</style>
border-color css
<style>
span { border-color: #0D7FDE; }
span { border-color: rgb(13,127,222); }
td.TdClassName
{
border-color: #0D7FDE;
}
.TagClassName
{
border-color: #0D7FDE;
}
</style>