Shades of Navy Blue #0072F2
Tints of Navy Blue #0072F2
RGB
CMYK
RGB Variations
Color information
#0072F2 (or 0x0072F2) is known color: Navy Blue. HEX triplet: 00, 72 and F2. RGB value is (0,114,242). Sum of RGB (Red+Green+Blue) = 0+114+242=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #0072F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072F2 is #FF8D0D. Grayscale: #5D5D5D. Windows color (decimal): -16747790 or 15888896. OLE color: 15888896.
HSL color Cylindrical-coordinate representation of color #0072F2: hue angle of 211.74º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072F2 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 114 | 242 | - |
| CMYK | 1 | 0.53 | 0 | 0.05 |
| HSL | 211.74º | 1% | 0.47% | - |
| HSV(B) | 211.74º | 1% | 0.95% | - |
| XYZ | 22.04 | 18.45 | 86.4 | - |
| YUV | 94.51 | 211.23 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 242 | 1 | 0.53 | 0 | 0.05 | 211.74 | 1 | 0.47 |
| Hex | 0 | 72 | F2 | 64 | 35 | 0 | 5 | D4 | 64 | 2F |
| Octal | 0 | 162 | 362 | 144 | 65 | 0 | 5 | 324 | 144 | 57 |
| Binary | 0 | 1110010 | 11110010 | 1100100 | 110101 | 0 | 101 | 11010100 | 1100100 | 101111 |
Color Harmonies of #0072F2
Complementary color
Monochromatic Colors of #0072F2
Black with #0072F2
Text Example
Text Example
White with #0072F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072F2; }
p { color: rgb(0,114,242); }
H1.HeaderClassName
{
color: #0072F2;
}
.AnyTagClassName
{
color: #0072F2;
}
</style>
background-color css
<style>
a { background-color: #0072F2; }
a { background-color: rgb(0,114,242); }
div.DivClassName
{
background-color: #0072F2;
}
.BgClassName
{
background-color: #0072F2;
}
</style>
border-color css
<style>
span { border-color: #0072F2; }
span { border-color: rgb(0,114,242); }
td.TdClassName
{
border-color: #0072F2;
}
.TagClassName
{
border-color: #0072F2;
}
</style>