Shades of Navy Blue #0072DF
Tints of Navy Blue #0072DF
RGB
CMYK
RGB Variations
Color information
#0072DF (or 0x0072DF) is known color: Navy Blue. HEX triplet: 00, 72 and DF. RGB value is (0,114,223). Sum of RGB (Red+Green+Blue) = 0+114+223=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #0072DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072DF is #FF8D20. Grayscale: #5B5B5B. Windows color (decimal): -16747809 or 14643712. OLE color: 14643712.
HSL color Cylindrical-coordinate representation of color #0072DF: hue angle of 209.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072DF is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 114 | 223 | - |
| CMYK | 1 | 0.49 | 0 | 0.13 |
| HSL | 209.33º | 1% | 0.44% | - |
| HSV(B) | 209.33º | 1% | 0.87% | - |
| XYZ | 19.34 | 17.36 | 72.14 | - |
| YUV | 92.34 | 201.73 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 223 | 1 | 0.49 | 0 | 0.13 | 209.33 | 1 | 0.44 |
| Hex | 0 | 72 | DF | 64 | 31 | 0 | D | D1 | 64 | 2C |
| Octal | 0 | 162 | 337 | 144 | 61 | 0 | 15 | 321 | 144 | 54 |
| Binary | 0 | 1110010 | 11011111 | 1100100 | 110001 | 0 | 1101 | 11010001 | 1100100 | 101100 |
Color Harmonies of #0072DF
Complementary color
Monochromatic Colors of #0072DF
Black with #0072DF
Text Example
Text Example
White with #0072DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072DF; }
p { color: rgb(0,114,223); }
H1.HeaderClassName
{
color: #0072DF;
}
.AnyTagClassName
{
color: #0072DF;
}
</style>
background-color css
<style>
a { background-color: #0072DF; }
a { background-color: rgb(0,114,223); }
div.DivClassName
{
background-color: #0072DF;
}
.BgClassName
{
background-color: #0072DF;
}
</style>
border-color css
<style>
span { border-color: #0072DF; }
span { border-color: rgb(0,114,223); }
td.TdClassName
{
border-color: #0072DF;
}
.TagClassName
{
border-color: #0072DF;
}
</style>