Shades of Navy Blue #0472CA
Tints of Navy Blue #0472CA
RGB
CMYK
RGB Variations
Color information
#0472CA (or 0x0472CA) is known color: Navy Blue. HEX triplet: 04, 72 and CA. RGB value is (4,114,202). Sum of RGB (Red+Green+Blue) = 4+114+202=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #0472CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472CA is #FB8D35. Grayscale: #5A5A5A. Windows color (decimal): -16485686 or 13267460. OLE color: 13267460.
HSL color Cylindrical-coordinate representation of color #0472CA: hue angle of 206.67º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472CA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 114 | 202 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.21 |
| HSL | 206.67º | 0.96% | 0.4% | - |
| HSV(B) | 206.67º | 0.98% | 0.79% | - |
| XYZ | 16.73 | 16.32 | 58.15 | - |
| YUV | 91.14 | 190.56 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 202 | 0.98 | 0.44 | 0 | 0.21 | 206.67 | 0.96 | 0.4 |
| Hex | 4 | 72 | CA | 62 | 2C | 0 | 15 | CF | 60 | 28 |
| Octal | 4 | 162 | 312 | 142 | 54 | 0 | 25 | 317 | 140 | 50 |
| Binary | 100 | 1110010 | 11001010 | 1100010 | 101100 | 0 | 10101 | 11001111 | 1100000 | 101000 |
Color Harmonies of #0472CA
Complementary color
Monochromatic Colors of #0472CA
Black with #0472CA
Text Example
Text Example
White with #0472CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472CA; }
p { color: rgb(4,114,202); }
H1.HeaderClassName
{
color: #0472CA;
}
.AnyTagClassName
{
color: #0472CA;
}
</style>
background-color css
<style>
a { background-color: #0472CA; }
a { background-color: rgb(4,114,202); }
div.DivClassName
{
background-color: #0472CA;
}
.BgClassName
{
background-color: #0472CA;
}
</style>
border-color css
<style>
span { border-color: #0472CA; }
span { border-color: rgb(4,114,202); }
td.TdClassName
{
border-color: #0472CA;
}
.TagClassName
{
border-color: #0472CA;
}
</style>