Shades of Navy Blue #0473BF
Tints of Navy Blue #0473BF
RGB
CMYK
RGB Variations
Color information
#0473BF (or 0x0473BF) is known color: Navy Blue. HEX triplet: 04, 73 and BF. RGB value is (4,115,191). Sum of RGB (Red+Green+Blue) = 4+115+191=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #0473BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0473BF is #FB8C40. Grayscale: #5A5A5A. Windows color (decimal): -16485441 or 12546820. OLE color: 12546820.
HSL color Cylindrical-coordinate representation of color #0473BF: hue angle of 204.39º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0473BF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 115 | 191 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.25 |
| HSL | 204.39º | 0.96% | 0.38% | - |
| HSV(B) | 204.39º | 0.98% | 0.75% | - |
| XYZ | 15.58 | 16.05 | 51.57 | - |
| YUV | 90.48 | 184.73 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 191 | 0.98 | 0.40 | 0 | 0.25 | 204.39 | 0.96 | 0.38 |
| Hex | 4 | 73 | BF | 62 | 28 | 0 | 19 | CC | 60 | 26 |
| Octal | 4 | 163 | 277 | 142 | 50 | 0 | 31 | 314 | 140 | 46 |
| Binary | 100 | 1110011 | 10111111 | 1100010 | 101000 | 0 | 11001 | 11001100 | 1100000 | 100110 |
Color Harmonies of #0473BF
Complementary color
Monochromatic Colors of #0473BF
Black with #0473BF
Text Example
Text Example
White with #0473BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0473BF; }
p { color: rgb(4,115,191); }
H1.HeaderClassName
{
color: #0473BF;
}
.AnyTagClassName
{
color: #0473BF;
}
</style>
background-color css
<style>
a { background-color: #0473BF; }
a { background-color: rgb(4,115,191); }
div.DivClassName
{
background-color: #0473BF;
}
.BgClassName
{
background-color: #0473BF;
}
</style>
border-color css
<style>
span { border-color: #0473BF; }
span { border-color: rgb(4,115,191); }
td.TdClassName
{
border-color: #0473BF;
}
.TagClassName
{
border-color: #0473BF;
}
</style>