Shades of Navy Blue #0D55EB
Tints of Navy Blue #0D55EB
RGB
CMYK
RGB Variations
Color information
#0D55EB (or 0x0D55EB) is known color: Navy Blue. HEX triplet: 0D, 55 and EB. RGB value is (13,85,235). Sum of RGB (Red+Green+Blue) = 13+85+235=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D55EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D55EB is #F2AA14. Grayscale: #4F4F4F. Windows color (decimal): -15903253 or 15422733. OLE color: 15422733.
HSL color Cylindrical-coordinate representation of color #0D55EB: hue angle of 220.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D55EB is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 85 | 235 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.08 |
| HSL | 220.54º | 0.9% | 0.49% | - |
| HSV(B) | 220.54º | 0.94% | 0.92% | - |
| XYZ | 18.41 | 12.58 | 80.06 | - |
| YUV | 80.57 | 215.15 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 235 | 0.94 | 0.64 | 0 | 0.08 | 220.54 | 0.9 | 0.49 |
| Hex | D | 55 | EB | 5E | 40 | 0 | 8 | DD | 5A | 31 |
| Octal | 15 | 125 | 353 | 136 | 100 | 0 | 10 | 335 | 132 | 61 |
| Binary | 1101 | 1010101 | 11101011 | 1011110 | 1000000 | 0 | 1000 | 11011101 | 1011010 | 110001 |
Color Harmonies of #0D55EB
Complementary color
Monochromatic Colors of #0D55EB
Black with #0D55EB
Text Example
Text Example
White with #0D55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D55EB; }
p { color: rgb(13,85,235); }
H1.HeaderClassName
{
color: #0D55EB;
}
.AnyTagClassName
{
color: #0D55EB;
}
</style>
background-color css
<style>
a { background-color: #0D55EB; }
a { background-color: rgb(13,85,235); }
div.DivClassName
{
background-color: #0D55EB;
}
.BgClassName
{
background-color: #0D55EB;
}
</style>
border-color css
<style>
span { border-color: #0D55EB; }
span { border-color: rgb(13,85,235); }
td.TdClassName
{
border-color: #0D55EB;
}
.TagClassName
{
border-color: #0D55EB;
}
</style>