Shades of Navy Blue #0D72C7
Tints of Navy Blue #0D72C7
RGB
CMYK
RGB Variations
Color information
#0D72C7 (or 0x0D72C7) is known color: Navy Blue. HEX triplet: 0D, 72 and C7. RGB value is (13,114,199). Sum of RGB (Red+Green+Blue) = 13+114+199=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #0D72C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D72C7 is #F28D38. Grayscale: #5D5D5D. Windows color (decimal): -15895865 or 13070861. OLE color: 13070861.
HSL color Cylindrical-coordinate representation of color #0D72C7: hue angle of 207.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D72C7 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 114 | 199 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.22 |
| HSL | 207.42º | 0.88% | 0.42% | - |
| HSV(B) | 207.42º | 0.93% | 0.78% | - |
| XYZ | 16.49 | 16.24 | 56.3 | - |
| YUV | 93.49 | 187.54 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 199 | 0.93 | 0.43 | 0 | 0.22 | 207.42 | 0.88 | 0.42 |
| Hex | D | 72 | C7 | 5D | 2B | 0 | 16 | CF | 58 | 2A |
| Octal | 15 | 162 | 307 | 135 | 53 | 0 | 26 | 317 | 130 | 52 |
| Binary | 1101 | 1110010 | 11000111 | 1011101 | 101011 | 0 | 10110 | 11001111 | 1011000 | 101010 |
Color Harmonies of #0D72C7
Complementary color
Monochromatic Colors of #0D72C7
Black with #0D72C7
Text Example
Text Example
White with #0D72C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D72C7; }
p { color: rgb(13,114,199); }
H1.HeaderClassName
{
color: #0D72C7;
}
.AnyTagClassName
{
color: #0D72C7;
}
</style>
background-color css
<style>
a { background-color: #0D72C7; }
a { background-color: rgb(13,114,199); }
div.DivClassName
{
background-color: #0D72C7;
}
.BgClassName
{
background-color: #0D72C7;
}
</style>
border-color css
<style>
span { border-color: #0D72C7; }
span { border-color: rgb(13,114,199); }
td.TdClassName
{
border-color: #0D72C7;
}
.TagClassName
{
border-color: #0D72C7;
}
</style>