Shades of Navy Blue #0572F1
Tints of Navy Blue #0572F1
RGB
CMYK
RGB Variations
Color information
#0572F1 (or 0x0572F1) is known color: Navy Blue. HEX triplet: 05, 72 and F1. RGB value is (5,114,241). Sum of RGB (Red+Green+Blue) = 5+114+241=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #0572F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0572F1 is #FA8D0E. Grayscale: #5F5F5F. Windows color (decimal): -16420111 or 15823365. OLE color: 15823365.
HSL color Cylindrical-coordinate representation of color #0572F1: hue angle of 212.29º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0572F1 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 114 | 241 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.05 |
| HSL | 212.29º | 0.96% | 0.48% | - |
| HSV(B) | 212.29º | 0.98% | 0.95% | - |
| XYZ | 21.96 | 18.42 | 85.62 | - |
| YUV | 95.89 | 209.89 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 241 | 0.98 | 0.53 | 0 | 0.05 | 212.29 | 0.96 | 0.48 |
| Hex | 5 | 72 | F1 | 62 | 35 | 0 | 5 | D4 | 60 | 30 |
| Octal | 5 | 162 | 361 | 142 | 65 | 0 | 5 | 324 | 140 | 60 |
| Binary | 101 | 1110010 | 11110001 | 1100010 | 110101 | 0 | 101 | 11010100 | 1100000 | 110000 |
Color Harmonies of #0572F1
Complementary color
Monochromatic Colors of #0572F1
Black with #0572F1
Text Example
Text Example
White with #0572F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0572F1; }
p { color: rgb(5,114,241); }
H1.HeaderClassName
{
color: #0572F1;
}
.AnyTagClassName
{
color: #0572F1;
}
</style>
background-color css
<style>
a { background-color: #0572F1; }
a { background-color: rgb(5,114,241); }
div.DivClassName
{
background-color: #0572F1;
}
.BgClassName
{
background-color: #0572F1;
}
</style>
border-color css
<style>
span { border-color: #0572F1; }
span { border-color: rgb(5,114,241); }
td.TdClassName
{
border-color: #0572F1;
}
.TagClassName
{
border-color: #0572F1;
}
</style>