Shades of Navy Blue #0072D0
Tints of Navy Blue #0072D0
RGB
CMYK
RGB Variations
Color information
#0072D0 (or 0x0072D0) is known color: Navy Blue. HEX triplet: 00, 72 and D0. RGB value is (0,114,208). Sum of RGB (Red+Green+Blue) = 0+114+208=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #0072D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072D0 is #FF8D2F. Grayscale: #5A5A5A. Windows color (decimal): -16747824 or 13660672. OLE color: 13660672.
HSL color Cylindrical-coordinate representation of color #0072D0: hue angle of 207.12º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072D0 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 114 | 208 | - |
| CMYK | 1 | 0.45 | 0 | 0.18 |
| HSL | 207.12º | 1% | 0.41% | - |
| HSV(B) | 207.12º | 1% | 0.82% | - |
| XYZ | 17.4 | 16.59 | 61.96 | - |
| YUV | 90.63 | 194.23 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 208 | 1 | 0.45 | 0 | 0.18 | 207.12 | 1 | 0.41 |
| Hex | 0 | 72 | D0 | 64 | 2D | 0 | 12 | CF | 64 | 29 |
| Octal | 0 | 162 | 320 | 144 | 55 | 0 | 22 | 317 | 144 | 51 |
| Binary | 0 | 1110010 | 11010000 | 1100100 | 101101 | 0 | 10010 | 11001111 | 1100100 | 101001 |
Color Harmonies of #0072D0
Complementary color
Monochromatic Colors of #0072D0
Black with #0072D0
Text Example
Text Example
White with #0072D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072D0; }
p { color: rgb(0,114,208); }
H1.HeaderClassName
{
color: #0072D0;
}
.AnyTagClassName
{
color: #0072D0;
}
</style>
background-color css
<style>
a { background-color: #0072D0; }
a { background-color: rgb(0,114,208); }
div.DivClassName
{
background-color: #0072D0;
}
.BgClassName
{
background-color: #0072D0;
}
</style>
border-color css
<style>
span { border-color: #0072D0; }
span { border-color: rgb(0,114,208); }
td.TdClassName
{
border-color: #0072D0;
}
.TagClassName
{
border-color: #0072D0;
}
</style>