Shades of Navy Blue #0584DE
Tints of Navy Blue #0584DE
RGB
CMYK
RGB Variations
Color information
#0584DE (or 0x0584DE) is known color: Navy Blue. HEX triplet: 05, 84 and DE. RGB value is (5,132,222). Sum of RGB (Red+Green+Blue) = 5+132+222=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #0584DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584DE is #FA7B21. Grayscale: #676767. Windows color (decimal): -16415522 or 14582789. OLE color: 14582789.
HSL color Cylindrical-coordinate representation of color #0584DE: hue angle of 204.88º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0584DE is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 132 | 222 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.13 |
| HSL | 204.88º | 0.96% | 0.45% | - |
| HSV(B) | 204.88º | 0.98% | 0.87% | - |
| XYZ | 21.5 | 21.81 | 72.18 | - |
| YUV | 104.29 | 194.42 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 222 | 0.98 | 0.41 | 0 | 0.13 | 204.88 | 0.96 | 0.45 |
| Hex | 5 | 84 | DE | 62 | 29 | 0 | D | CD | 60 | 2D |
| Octal | 5 | 204 | 336 | 142 | 51 | 0 | 15 | 315 | 140 | 55 |
| Binary | 101 | 10000100 | 11011110 | 1100010 | 101001 | 0 | 1101 | 11001101 | 1100000 | 101101 |
Color Harmonies of #0584DE
Complementary color
Monochromatic Colors of #0584DE
Black with #0584DE
Text Example
Text Example
White with #0584DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584DE; }
p { color: rgb(5,132,222); }
H1.HeaderClassName
{
color: #0584DE;
}
.AnyTagClassName
{
color: #0584DE;
}
</style>
background-color css
<style>
a { background-color: #0584DE; }
a { background-color: rgb(5,132,222); }
div.DivClassName
{
background-color: #0584DE;
}
.BgClassName
{
background-color: #0584DE;
}
</style>
border-color css
<style>
span { border-color: #0584DE; }
span { border-color: rgb(5,132,222); }
td.TdClassName
{
border-color: #0584DE;
}
.TagClassName
{
border-color: #0584DE;
}
</style>