Shades of Navy Blue #0473DB
Tints of Navy Blue #0473DB
RGB
CMYK
RGB Variations
Color information
#0473DB (or 0x0473DB) is known color: Navy Blue. HEX triplet: 04, 73 and DB. RGB value is (4,115,219). Sum of RGB (Red+Green+Blue) = 4+115+219=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #0473DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0473DB is #FB8C24. Grayscale: #5D5D5D. Windows color (decimal): -16485413 or 14381828. OLE color: 14381828.
HSL color Cylindrical-coordinate representation of color #0473DB: hue angle of 209.02º 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 #0473DB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 115 | 219 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.14 |
| HSL | 209.02º | 0.96% | 0.44% | - |
| HSV(B) | 209.02º | 0.98% | 0.86% | - |
| XYZ | 18.97 | 17.4 | 69.38 | - |
| YUV | 93.67 | 198.73 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 219 | 0.98 | 0.47 | 0 | 0.14 | 209.02 | 0.96 | 0.44 |
| Hex | 4 | 73 | DB | 62 | 2F | 0 | E | D1 | 60 | 2C |
| Octal | 4 | 163 | 333 | 142 | 57 | 0 | 16 | 321 | 140 | 54 |
| Binary | 100 | 1110011 | 11011011 | 1100010 | 101111 | 0 | 1110 | 11010001 | 1100000 | 101100 |
Color Harmonies of #0473DB
Complementary color
Monochromatic Colors of #0473DB
Black with #0473DB
Text Example
Text Example
White with #0473DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0473DB; }
p { color: rgb(4,115,219); }
H1.HeaderClassName
{
color: #0473DB;
}
.AnyTagClassName
{
color: #0473DB;
}
</style>
background-color css
<style>
a { background-color: #0473DB; }
a { background-color: rgb(4,115,219); }
div.DivClassName
{
background-color: #0473DB;
}
.BgClassName
{
background-color: #0473DB;
}
</style>
border-color css
<style>
span { border-color: #0473DB; }
span { border-color: rgb(4,115,219); }
td.TdClassName
{
border-color: #0473DB;
}
.TagClassName
{
border-color: #0473DB;
}
</style>