Shades of Navy Blue #0D73DE
Tints of Navy Blue #0D73DE
RGB
CMYK
RGB Variations
Color information
#0D73DE (or 0x0D73DE) is known color: Navy Blue. HEX triplet: 0D, 73 and DE. RGB value is (13,115,222). Sum of RGB (Red+Green+Blue) = 13+115+222=350 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D73DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D73DE is #F28C21. Grayscale: #606060. Windows color (decimal): -15895586 or 14578445. OLE color: 14578445.
HSL color Cylindrical-coordinate representation of color #0D73DE: hue angle of 210.72º 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 #0D73DE is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 115 | 222 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.13 |
| HSL | 210.72º | 0.89% | 0.46% | - |
| HSV(B) | 210.72º | 0.94% | 0.87% | - |
| XYZ | 19.48 | 17.62 | 71.48 | - |
| YUV | 96.7 | 198.71 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 222 | 0.94 | 0.48 | 0 | 0.13 | 210.72 | 0.89 | 0.46 |
| Hex | D | 73 | DE | 5E | 30 | 0 | D | D3 | 59 | 2E |
| Octal | 15 | 163 | 336 | 136 | 60 | 0 | 15 | 323 | 131 | 56 |
| Binary | 1101 | 1110011 | 11011110 | 1011110 | 110000 | 0 | 1101 | 11010011 | 1011001 | 101110 |
Color Harmonies of #0D73DE
Complementary color
Monochromatic Colors of #0D73DE
Black with #0D73DE
Text Example
Text Example
White with #0D73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D73DE; }
p { color: rgb(13,115,222); }
H1.HeaderClassName
{
color: #0D73DE;
}
.AnyTagClassName
{
color: #0D73DE;
}
</style>
background-color css
<style>
a { background-color: #0D73DE; }
a { background-color: rgb(13,115,222); }
div.DivClassName
{
background-color: #0D73DE;
}
.BgClassName
{
background-color: #0D73DE;
}
</style>
border-color css
<style>
span { border-color: #0D73DE; }
span { border-color: rgb(13,115,222); }
td.TdClassName
{
border-color: #0D73DE;
}
.TagClassName
{
border-color: #0D73DE;
}
</style>