Shades of Navy Blue #0D7ED7
Tints of Navy Blue #0D7ED7
RGB
CMYK
RGB Variations
Color information
#0D7ED7 (or 0x0D7ED7) is known color: Navy Blue. HEX triplet: 0D, 7E and D7. RGB value is (13,126,215). Sum of RGB (Red+Green+Blue) = 13+126+215=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #0D7ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7ED7 is #F28128. Grayscale: #656565. Windows color (decimal): -15892777 or 14122509. OLE color: 14122509.
HSL color Cylindrical-coordinate representation of color #0D7ED7: hue angle of 206.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7ED7 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 126 | 215 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.16 |
| HSL | 206.44º | 0.89% | 0.45% | - |
| HSV(B) | 206.44º | 0.94% | 0.84% | - |
| XYZ | 19.89 | 19.91 | 67.09 | - |
| YUV | 102.36 | 191.56 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 126 | 215 | 0.94 | 0.41 | 0 | 0.16 | 206.44 | 0.89 | 0.45 |
| Hex | D | 7E | D7 | 5E | 29 | 0 | 10 | CE | 59 | 2D |
| Octal | 15 | 176 | 327 | 136 | 51 | 0 | 20 | 316 | 131 | 55 |
| Binary | 1101 | 1111110 | 11010111 | 1011110 | 101001 | 0 | 10000 | 11001110 | 1011001 | 101101 |
Color Harmonies of #0D7ED7
Complementary color
Monochromatic Colors of #0D7ED7
Black with #0D7ED7
Text Example
Text Example
White with #0D7ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7ED7; }
p { color: rgb(13,126,215); }
H1.HeaderClassName
{
color: #0D7ED7;
}
.AnyTagClassName
{
color: #0D7ED7;
}
</style>
background-color css
<style>
a { background-color: #0D7ED7; }
a { background-color: rgb(13,126,215); }
div.DivClassName
{
background-color: #0D7ED7;
}
.BgClassName
{
background-color: #0D7ED7;
}
</style>
border-color css
<style>
span { border-color: #0D7ED7; }
span { border-color: rgb(13,126,215); }
td.TdClassName
{
border-color: #0D7ED7;
}
.TagClassName
{
border-color: #0D7ED7;
}
</style>