Shades of Navy Blue #0072DD
Tints of Navy Blue #0072DD
RGB
CMYK
RGB Variations
Color information
#0072DD (or 0x0072DD) is known color: Navy Blue. HEX triplet: 00, 72 and DD. RGB value is (0,114,221). Sum of RGB (Red+Green+Blue) = 0+114+221=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #0072DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072DD is #FF8D22. Grayscale: #5B5B5B. Windows color (decimal): -16747811 or 14512640. OLE color: 14512640.
HSL color Cylindrical-coordinate representation of color #0072DD: hue angle of 209.05º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072DD is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 114 | 221 | - |
| CMYK | 1 | 0.48 | 0 | 0.13 |
| HSL | 209.05º | 1% | 0.43% | - |
| HSV(B) | 209.05º | 1% | 0.87% | - |
| XYZ | 19.07 | 17.26 | 70.73 | - |
| YUV | 92.11 | 200.73 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 221 | 1 | 0.48 | 0 | 0.13 | 209.05 | 1 | 0.43 |
| Hex | 0 | 72 | DD | 64 | 30 | 0 | D | D1 | 64 | 2B |
| Octal | 0 | 162 | 335 | 144 | 60 | 0 | 15 | 321 | 144 | 53 |
| Binary | 0 | 1110010 | 11011101 | 1100100 | 110000 | 0 | 1101 | 11010001 | 1100100 | 101011 |
Color Harmonies of #0072DD
Complementary color
Monochromatic Colors of #0072DD
Black with #0072DD
Text Example
Text Example
White with #0072DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072DD; }
p { color: rgb(0,114,221); }
H1.HeaderClassName
{
color: #0072DD;
}
.AnyTagClassName
{
color: #0072DD;
}
</style>
background-color css
<style>
a { background-color: #0072DD; }
a { background-color: rgb(0,114,221); }
div.DivClassName
{
background-color: #0072DD;
}
.BgClassName
{
background-color: #0072DD;
}
</style>
border-color css
<style>
span { border-color: #0072DD; }
span { border-color: rgb(0,114,221); }
td.TdClassName
{
border-color: #0072DD;
}
.TagClassName
{
border-color: #0072DD;
}
</style>