Shades of Navy Blue #0D56FF
Tints of Navy Blue #0D56FF
RGB
CMYK
RGB Variations
Color information
#0D56FF (or 0x0D56FF) is known color: Navy Blue. HEX triplet: 0D, 56 and FF. RGB value is (13,86,255). Sum of RGB (Red+Green+Blue) = 13+86+255=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D56FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D56FF is #F2A900. Grayscale: #525252. Windows color (decimal): -15902977 or 16733709. OLE color: 16733709.
HSL color Cylindrical-coordinate representation of color #0D56FF: hue angle of 221.9º 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 #0D56FF is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 86 | 255 | - |
| CMYK | 0.95 | 0.66 | 0 | 0 |
| HSL | 221.9º | 1% | 0.53% | - |
| HSV(B) | 221.9º | 0.95% | 1% | - |
| XYZ | 21.54 | 13.96 | 96.17 | - |
| YUV | 83.44 | 224.82 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 255 | 0.95 | 0.66 | 0 | 0 | 221.9 | 1 | 0.53 |
| Hex | D | 56 | FF | 5F | 42 | 0 | 0 | DE | 64 | 35 |
| Octal | 15 | 126 | 377 | 137 | 102 | 0 | 0 | 336 | 144 | 65 |
| Binary | 1101 | 1010110 | 11111111 | 1011111 | 1000010 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #0D56FF
Complementary color
Monochromatic Colors of #0D56FF
Black with #0D56FF
Text Example
Text Example
White with #0D56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D56FF; }
p { color: rgb(13,86,255); }
H1.HeaderClassName
{
color: #0D56FF;
}
.AnyTagClassName
{
color: #0D56FF;
}
</style>
background-color css
<style>
a { background-color: #0D56FF; }
a { background-color: rgb(13,86,255); }
div.DivClassName
{
background-color: #0D56FF;
}
.BgClassName
{
background-color: #0D56FF;
}
</style>
border-color css
<style>
span { border-color: #0D56FF; }
span { border-color: rgb(13,86,255); }
td.TdClassName
{
border-color: #0D56FF;
}
.TagClassName
{
border-color: #0D56FF;
}
</style>