Shades of Navy Blue #0D58FF
Tints of Navy Blue #0D58FF
RGB
CMYK
RGB Variations
Color information
#0D58FF (or 0x0D58FF) is known color: Navy Blue. HEX triplet: 0D, 58 and FF. RGB value is (13,88,255). Sum of RGB (Red+Green+Blue) = 13+88+255=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D58FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D58FF is #F2A700. Grayscale: #535353. Windows color (decimal): -15902465 or 16734221. OLE color: 16734221.
HSL color Cylindrical-coordinate representation of color #0D58FF: hue angle of 221.4º 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 #0D58FF is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 88 | 255 | - |
| CMYK | 0.95 | 0.65 | 0 | 0 |
| HSL | 221.41º | 1% | 0.53% | - |
| HSV(B) | 221.41º | 0.95% | 1% | - |
| XYZ | 21.71 | 14.29 | 96.22 | - |
| YUV | 84.61 | 224.15 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 255 | 0.95 | 0.65 | 0 | 0 | 221.41 | 1 | 0.53 |
| Hex | D | 58 | FF | 5F | 41 | 0 | 0 | DD | 64 | 35 |
| Octal | 15 | 130 | 377 | 137 | 101 | 0 | 0 | 335 | 144 | 65 |
| Binary | 1101 | 1011000 | 11111111 | 1011111 | 1000001 | 0 | 0 | 11011101 | 1100100 | 110101 |
Color Harmonies of #0D58FF
Complementary color
Monochromatic Colors of #0D58FF
Black with #0D58FF
Text Example
Text Example
White with #0D58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D58FF; }
p { color: rgb(13,88,255); }
H1.HeaderClassName
{
color: #0D58FF;
}
.AnyTagClassName
{
color: #0D58FF;
}
</style>
background-color css
<style>
a { background-color: #0D58FF; }
a { background-color: rgb(13,88,255); }
div.DivClassName
{
background-color: #0D58FF;
}
.BgClassName
{
background-color: #0D58FF;
}
</style>
border-color css
<style>
span { border-color: #0D58FF; }
span { border-color: rgb(13,88,255); }
td.TdClassName
{
border-color: #0D58FF;
}
.TagClassName
{
border-color: #0D58FF;
}
</style>