Shades of Navy Blue #0586DD
Tints of Navy Blue #0586DD
RGB
CMYK
RGB Variations
Color information
#0586DD (or 0x0586DD) is known color: Navy Blue. HEX triplet: 05, 86 and DD. RGB value is (5,134,221). Sum of RGB (Red+Green+Blue) = 5+134+221=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #0586DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0586DD is #FA7922. Grayscale: #686868. Windows color (decimal): -16415011 or 14517765. OLE color: 14517765.
HSL color Cylindrical-coordinate representation of color #0586DD: hue angle of 204.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0586DD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 134 | 221 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.13 |
| HSL | 204.17º | 0.96% | 0.44% | - |
| HSV(B) | 204.17º | 0.98% | 0.87% | - |
| XYZ | 21.64 | 22.3 | 71.57 | - |
| YUV | 105.35 | 193.26 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 221 | 0.98 | 0.39 | 0 | 0.13 | 204.17 | 0.96 | 0.44 |
| Hex | 5 | 86 | DD | 62 | 27 | 0 | D | CC | 60 | 2C |
| Octal | 5 | 206 | 335 | 142 | 47 | 0 | 15 | 314 | 140 | 54 |
| Binary | 101 | 10000110 | 11011101 | 1100010 | 100111 | 0 | 1101 | 11001100 | 1100000 | 101100 |
Color Harmonies of #0586DD
Complementary color
Monochromatic Colors of #0586DD
Black with #0586DD
Text Example
Text Example
White with #0586DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0586DD; }
p { color: rgb(5,134,221); }
H1.HeaderClassName
{
color: #0586DD;
}
.AnyTagClassName
{
color: #0586DD;
}
</style>
background-color css
<style>
a { background-color: #0586DD; }
a { background-color: rgb(5,134,221); }
div.DivClassName
{
background-color: #0586DD;
}
.BgClassName
{
background-color: #0586DD;
}
</style>
border-color css
<style>
span { border-color: #0586DD; }
span { border-color: rgb(5,134,221); }
td.TdClassName
{
border-color: #0586DD;
}
.TagClassName
{
border-color: #0586DD;
}
</style>