Shades of Navy Blue #0584D3
Tints of Navy Blue #0584D3
RGB
CMYK
RGB Variations
Color information
#0584D3 (or 0x0584D3) is known color: Navy Blue. HEX triplet: 05, 84 and D3. RGB value is (5,132,211). Sum of RGB (Red+Green+Blue) = 5+132+211=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 211 (82.81% from 255 or 60.63% from 348); Max value from RGB is 211 - color contains mainly: blue. Hex color #0584D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584D3 is #FA7B2C. Grayscale: #666666. Windows color (decimal): -16415533 or 13861893. OLE color: 13861893.
HSL color Cylindrical-coordinate representation of color #0584D3: hue angle of 203.01º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0584D3 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 132 | 211 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.17 |
| HSL | 203.01º | 0.95% | 0.42% | - |
| HSV(B) | 203.01º | 0.98% | 0.83% | - |
| XYZ | 20.07 | 21.24 | 64.67 | - |
| YUV | 103.03 | 188.92 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 211 | 0.98 | 0.37 | 0 | 0.17 | 203.01 | 0.95 | 0.42 |
| Hex | 5 | 84 | D3 | 62 | 25 | 0 | 11 | CB | 5F | 2A |
| Octal | 5 | 204 | 323 | 142 | 45 | 0 | 21 | 313 | 137 | 52 |
| Binary | 101 | 10000100 | 11010011 | 1100010 | 100101 | 0 | 10001 | 11001011 | 1011111 | 101010 |
Color Harmonies of #0584D3
Complementary color
Monochromatic Colors of #0584D3
Black with #0584D3
Text Example
Text Example
White with #0584D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584D3; }
p { color: rgb(5,132,211); }
H1.HeaderClassName
{
color: #0584D3;
}
.AnyTagClassName
{
color: #0584D3;
}
</style>
background-color css
<style>
a { background-color: #0584D3; }
a { background-color: rgb(5,132,211); }
div.DivClassName
{
background-color: #0584D3;
}
.BgClassName
{
background-color: #0584D3;
}
</style>
border-color css
<style>
span { border-color: #0584D3; }
span { border-color: rgb(5,132,211); }
td.TdClassName
{
border-color: #0584D3;
}
.TagClassName
{
border-color: #0584D3;
}
</style>