Shades of Navy Blue #0472DF
Tints of Navy Blue #0472DF
RGB
CMYK
RGB Variations
Color information
#0472DF (or 0x0472DF) is known color: Navy Blue. HEX triplet: 04, 72 and DF. RGB value is (4,114,223). Sum of RGB (Red+Green+Blue) = 4+114+223=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #0472DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472DF is #FB8D20. Grayscale: #5C5C5C. Windows color (decimal): -16485665 or 14643716. OLE color: 14643716.
HSL color Cylindrical-coordinate representation of color #0472DF: hue angle of 209.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472DF is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 114 | 223 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.13 |
| HSL | 209.86º | 0.96% | 0.45% | - |
| HSV(B) | 209.86º | 0.98% | 0.87% | - |
| XYZ | 19.39 | 17.39 | 72.15 | - |
| YUV | 93.54 | 201.06 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 223 | 0.98 | 0.49 | 0 | 0.13 | 209.86 | 0.96 | 0.45 |
| Hex | 4 | 72 | DF | 62 | 31 | 0 | D | D2 | 60 | 2D |
| Octal | 4 | 162 | 337 | 142 | 61 | 0 | 15 | 322 | 140 | 55 |
| Binary | 100 | 1110010 | 11011111 | 1100010 | 110001 | 0 | 1101 | 11010010 | 1100000 | 101101 |
Color Harmonies of #0472DF
Complementary color
Monochromatic Colors of #0472DF
Black with #0472DF
Text Example
Text Example
White with #0472DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472DF; }
p { color: rgb(4,114,223); }
H1.HeaderClassName
{
color: #0472DF;
}
.AnyTagClassName
{
color: #0472DF;
}
</style>
background-color css
<style>
a { background-color: #0472DF; }
a { background-color: rgb(4,114,223); }
div.DivClassName
{
background-color: #0472DF;
}
.BgClassName
{
background-color: #0472DF;
}
</style>
border-color css
<style>
span { border-color: #0472DF; }
span { border-color: rgb(4,114,223); }
td.TdClassName
{
border-color: #0472DF;
}
.TagClassName
{
border-color: #0472DF;
}
</style>