Shades of Navy Blue #0472BA
Tints of Navy Blue #0472BA
RGB
CMYK
RGB Variations
Color information
#0472BA (or 0x0472BA) is known color: Navy Blue. HEX triplet: 04, 72 and BA. RGB value is (4,114,186). Sum of RGB (Red+Green+Blue) = 4+114+186=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #0472BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472BA is #FB8D45. Grayscale: #585858. Windows color (decimal): -16485702 or 12218884. OLE color: 12218884.
HSL color Cylindrical-coordinate representation of color #0472BA: hue angle of 203.74º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472BA is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 114 | 186 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.27 |
| HSL | 203.74º | 0.96% | 0.37% | - |
| HSV(B) | 203.74º | 0.98% | 0.73% | - |
| XYZ | 14.93 | 15.61 | 48.68 | - |
| YUV | 89.32 | 182.56 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 186 | 0.98 | 0.39 | 0 | 0.27 | 203.74 | 0.96 | 0.37 |
| Hex | 4 | 72 | BA | 62 | 27 | 0 | 1B | CC | 60 | 25 |
| Octal | 4 | 162 | 272 | 142 | 47 | 0 | 33 | 314 | 140 | 45 |
| Binary | 100 | 1110010 | 10111010 | 1100010 | 100111 | 0 | 11011 | 11001100 | 1100000 | 100101 |
Color Harmonies of #0472BA
Complementary color
Monochromatic Colors of #0472BA
Black with #0472BA
Text Example
Text Example
White with #0472BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472BA; }
p { color: rgb(4,114,186); }
H1.HeaderClassName
{
color: #0472BA;
}
.AnyTagClassName
{
color: #0472BA;
}
</style>
background-color css
<style>
a { background-color: #0472BA; }
a { background-color: rgb(4,114,186); }
div.DivClassName
{
background-color: #0472BA;
}
.BgClassName
{
background-color: #0472BA;
}
</style>
border-color css
<style>
span { border-color: #0472BA; }
span { border-color: rgb(4,114,186); }
td.TdClassName
{
border-color: #0472BA;
}
.TagClassName
{
border-color: #0472BA;
}
</style>