Shades of Navy Blue #0582DB
Tints of Navy Blue #0582DB
RGB
CMYK
RGB Variations
Color information
#0582DB (or 0x0582DB) is known color: Navy Blue. HEX triplet: 05, 82 and DB. RGB value is (5,130,219). Sum of RGB (Red+Green+Blue) = 5+130+219=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #0582DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0582DB is #FA7D24. Grayscale: #666666. Windows color (decimal): -16416037 or 14385669. OLE color: 14385669.
HSL color Cylindrical-coordinate representation of color #0582DB: hue angle of 204.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0582DB is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 130 | 219 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.14 |
| HSL | 204.95º | 0.96% | 0.44% | - |
| HSV(B) | 204.95º | 0.98% | 0.86% | - |
| XYZ | 20.83 | 21.11 | 69.99 | - |
| YUV | 102.77 | 193.59 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 219 | 0.98 | 0.41 | 0 | 0.14 | 204.95 | 0.96 | 0.44 |
| Hex | 5 | 82 | DB | 62 | 29 | 0 | E | CD | 60 | 2C |
| Octal | 5 | 202 | 333 | 142 | 51 | 0 | 16 | 315 | 140 | 54 |
| Binary | 101 | 10000010 | 11011011 | 1100010 | 101001 | 0 | 1110 | 11001101 | 1100000 | 101100 |
Color Harmonies of #0582DB
Complementary color
Monochromatic Colors of #0582DB
Black with #0582DB
Text Example
Text Example
White with #0582DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0582DB; }
p { color: rgb(5,130,219); }
H1.HeaderClassName
{
color: #0582DB;
}
.AnyTagClassName
{
color: #0582DB;
}
</style>
background-color css
<style>
a { background-color: #0582DB; }
a { background-color: rgb(5,130,219); }
div.DivClassName
{
background-color: #0582DB;
}
.BgClassName
{
background-color: #0582DB;
}
</style>
border-color css
<style>
span { border-color: #0582DB; }
span { border-color: rgb(5,130,219); }
td.TdClassName
{
border-color: #0582DB;
}
.TagClassName
{
border-color: #0582DB;
}
</style>