Shades of Navy Blue #0D7FD5
Tints of Navy Blue #0D7FD5
RGB
CMYK
RGB Variations
Color information
#0D7FD5 (or 0x0D7FD5) is known color: Navy Blue. HEX triplet: 0D, 7F and D5. RGB value is (13,127,213). Sum of RGB (Red+Green+Blue) = 13+127+213=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #0D7FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FD5 is #F2802A. Grayscale: #666666. Windows color (decimal): -15892523 or 13991693. OLE color: 13991693.
HSL color Cylindrical-coordinate representation of color #0D7FD5: hue angle of 205.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7FD5 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 127 | 213 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.16 |
| HSL | 205.8º | 0.88% | 0.44% | - |
| HSV(B) | 205.8º | 0.94% | 0.84% | - |
| XYZ | 19.77 | 20.07 | 65.78 | - |
| YUV | 102.72 | 190.23 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 213 | 0.94 | 0.40 | 0 | 0.16 | 205.8 | 0.88 | 0.44 |
| Hex | D | 7F | D5 | 5E | 28 | 0 | 10 | CE | 58 | 2C |
| Octal | 15 | 177 | 325 | 136 | 50 | 0 | 20 | 316 | 130 | 54 |
| Binary | 1101 | 1111111 | 11010101 | 1011110 | 101000 | 0 | 10000 | 11001110 | 1011000 | 101100 |
Color Harmonies of #0D7FD5
Complementary color
Monochromatic Colors of #0D7FD5
Black with #0D7FD5
Text Example
Text Example
White with #0D7FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7FD5; }
p { color: rgb(13,127,213); }
H1.HeaderClassName
{
color: #0D7FD5;
}
.AnyTagClassName
{
color: #0D7FD5;
}
</style>
background-color css
<style>
a { background-color: #0D7FD5; }
a { background-color: rgb(13,127,213); }
div.DivClassName
{
background-color: #0D7FD5;
}
.BgClassName
{
background-color: #0D7FD5;
}
</style>
border-color css
<style>
span { border-color: #0D7FD5; }
span { border-color: rgb(13,127,213); }
td.TdClassName
{
border-color: #0D7FD5;
}
.TagClassName
{
border-color: #0D7FD5;
}
</style>