Shades of Navy Blue #0D5FDD
Tints of Navy Blue #0D5FDD
RGB
CMYK
RGB Variations
Color information
#0D5FDD (or 0x0D5FDD) is known color: Navy Blue. HEX triplet: 0D, 5F and DD. RGB value is (13,95,221). Sum of RGB (Red+Green+Blue) = 13+95+221=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D5FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5FDD is #F2A022. Grayscale: #545454. Windows color (decimal): -15900707 or 14507789. OLE color: 14507789.
HSL color Cylindrical-coordinate representation of color #0D5FDD: hue angle of 216.35º 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 #0D5FDD is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 95 | 221 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.13 |
| HSL | 216.35º | 0.89% | 0.46% | - |
| HSV(B) | 216.35º | 0.94% | 0.87% | - |
| XYZ | 17.31 | 13.49 | 70.1 | - |
| YUV | 84.85 | 204.83 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 221 | 0.94 | 0.57 | 0 | 0.13 | 216.35 | 0.89 | 0.46 |
| Hex | D | 5F | DD | 5E | 39 | 0 | D | D8 | 59 | 2E |
| Octal | 15 | 137 | 335 | 136 | 71 | 0 | 15 | 330 | 131 | 56 |
| Binary | 1101 | 1011111 | 11011101 | 1011110 | 111001 | 0 | 1101 | 11011000 | 1011001 | 101110 |
Color Harmonies of #0D5FDD
Complementary color
Monochromatic Colors of #0D5FDD
Black with #0D5FDD
Text Example
Text Example
White with #0D5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FDD; }
p { color: rgb(13,95,221); }
H1.HeaderClassName
{
color: #0D5FDD;
}
.AnyTagClassName
{
color: #0D5FDD;
}
</style>
background-color css
<style>
a { background-color: #0D5FDD; }
a { background-color: rgb(13,95,221); }
div.DivClassName
{
background-color: #0D5FDD;
}
.BgClassName
{
background-color: #0D5FDD;
}
</style>
border-color css
<style>
span { border-color: #0D5FDD; }
span { border-color: rgb(13,95,221); }
td.TdClassName
{
border-color: #0D5FDD;
}
.TagClassName
{
border-color: #0D5FDD;
}
</style>