Shades of Navy Blue #0D5BFF
Tints of Navy Blue #0D5BFF
RGB
CMYK
RGB Variations
Color information
#0D5BFF (or 0x0D5BFF) is known color: Navy Blue. HEX triplet: 0D, 5B and FF. RGB value is (13,91,255). Sum of RGB (Red+Green+Blue) = 13+91+255=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D5BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5BFF is #F2A400. Grayscale: #555555. Windows color (decimal): -15901697 or 16734989. OLE color: 16734989.
HSL color Cylindrical-coordinate representation of color #0D5BFF: hue angle of 220.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D5BFF is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 91 | 255 | - |
| CMYK | 0.95 | 0.64 | 0 | 0 |
| HSL | 220.66º | 1% | 0.53% | - |
| HSV(B) | 220.66º | 0.95% | 1% | - |
| XYZ | 21.96 | 14.79 | 96.3 | - |
| YUV | 86.37 | 223.16 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 91 | 255 | 0.95 | 0.64 | 0 | 0 | 220.66 | 1 | 0.53 |
| Hex | D | 5B | FF | 5F | 40 | 0 | 0 | DD | 64 | 35 |
| Octal | 15 | 133 | 377 | 137 | 100 | 0 | 0 | 335 | 144 | 65 |
| Binary | 1101 | 1011011 | 11111111 | 1011111 | 1000000 | 0 | 0 | 11011101 | 1100100 | 110101 |
Color Harmonies of #0D5BFF
Complementary color
Monochromatic Colors of #0D5BFF
Black with #0D5BFF
Text Example
Text Example
White with #0D5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5BFF; }
p { color: rgb(13,91,255); }
H1.HeaderClassName
{
color: #0D5BFF;
}
.AnyTagClassName
{
color: #0D5BFF;
}
</style>
background-color css
<style>
a { background-color: #0D5BFF; }
a { background-color: rgb(13,91,255); }
div.DivClassName
{
background-color: #0D5BFF;
}
.BgClassName
{
background-color: #0D5BFF;
}
</style>
border-color css
<style>
span { border-color: #0D5BFF; }
span { border-color: rgb(13,91,255); }
td.TdClassName
{
border-color: #0D5BFF;
}
.TagClassName
{
border-color: #0D5BFF;
}
</style>