Shades of Navy Blue #0473D2
Tints of Navy Blue #0473D2
RGB
CMYK
RGB Variations
Color information
#0473D2 (or 0x0473D2) is known color: Navy Blue. HEX triplet: 04, 73 and D2. RGB value is (4,115,210). Sum of RGB (Red+Green+Blue) = 4+115+210=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 210 (82.42% from 255 or 63.83% from 329); Max value from RGB is 210 - color contains mainly: blue. Hex color #0473D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0473D2 is #FB8C2D. Grayscale: #5C5C5C. Windows color (decimal): -16485422 or 13792004. OLE color: 13792004.
HSL color Cylindrical-coordinate representation of color #0473D2: hue angle of 207.67º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0473D2 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 115 | 210 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.18 |
| HSL | 207.67º | 0.96% | 0.42% | - |
| HSV(B) | 207.67º | 0.98% | 0.82% | - |
| XYZ | 17.81 | 16.94 | 63.3 | - |
| YUV | 92.64 | 194.23 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 210 | 0.98 | 0.45 | 0 | 0.18 | 207.67 | 0.96 | 0.42 |
| Hex | 4 | 73 | D2 | 62 | 2D | 0 | 12 | D0 | 60 | 2A |
| Octal | 4 | 163 | 322 | 142 | 55 | 0 | 22 | 320 | 140 | 52 |
| Binary | 100 | 1110011 | 11010010 | 1100010 | 101101 | 0 | 10010 | 11010000 | 1100000 | 101010 |
Color Harmonies of #0473D2
Complementary color
Monochromatic Colors of #0473D2
Black with #0473D2
Text Example
Text Example
White with #0473D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0473D2; }
p { color: rgb(4,115,210); }
H1.HeaderClassName
{
color: #0473D2;
}
.AnyTagClassName
{
color: #0473D2;
}
</style>
background-color css
<style>
a { background-color: #0473D2; }
a { background-color: rgb(4,115,210); }
div.DivClassName
{
background-color: #0473D2;
}
.BgClassName
{
background-color: #0473D2;
}
</style>
border-color css
<style>
span { border-color: #0473D2; }
span { border-color: rgb(4,115,210); }
td.TdClassName
{
border-color: #0473D2;
}
.TagClassName
{
border-color: #0473D2;
}
</style>