Shades of Navy Blue #0072F0
Tints of Navy Blue #0072F0
RGB
CMYK
RGB Variations
Color information
#0072F0 (or 0x0072F0) is known color: Navy Blue. HEX triplet: 00, 72 and F0. RGB value is (0,114,240). Sum of RGB (Red+Green+Blue) = 0+114+240=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #0072F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072F0 is #FF8D0F. Grayscale: #5D5D5D. Windows color (decimal): -16747792 or 15757824. OLE color: 15757824.
HSL color Cylindrical-coordinate representation of color #0072F0: hue angle of 211.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072F0 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 114 | 240 | - |
| CMYK | 1 | 0.52 | 0 | 0.06 |
| HSL | 211.5º | 1% | 0.47% | - |
| HSV(B) | 211.5º | 1% | 0.94% | - |
| XYZ | 21.75 | 18.33 | 84.83 | - |
| YUV | 94.28 | 210.23 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 240 | 1 | 0.52 | 0 | 0.06 | 211.5 | 1 | 0.47 |
| Hex | 0 | 72 | F0 | 64 | 34 | 0 | 6 | D4 | 64 | 2F |
| Octal | 0 | 162 | 360 | 144 | 64 | 0 | 6 | 324 | 144 | 57 |
| Binary | 0 | 1110010 | 11110000 | 1100100 | 110100 | 0 | 110 | 11010100 | 1100100 | 101111 |
Color Harmonies of #0072F0
Complementary color
Monochromatic Colors of #0072F0
Black with #0072F0
Text Example
Text Example
White with #0072F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072F0; }
p { color: rgb(0,114,240); }
H1.HeaderClassName
{
color: #0072F0;
}
.AnyTagClassName
{
color: #0072F0;
}
</style>
background-color css
<style>
a { background-color: #0072F0; }
a { background-color: rgb(0,114,240); }
div.DivClassName
{
background-color: #0072F0;
}
.BgClassName
{
background-color: #0072F0;
}
</style>
border-color css
<style>
span { border-color: #0072F0; }
span { border-color: rgb(0,114,240); }
td.TdClassName
{
border-color: #0072F0;
}
.TagClassName
{
border-color: #0072F0;
}
</style>