Shades of Navy Blue #0072CC
Tints of Navy Blue #0072CC
RGB
CMYK
RGB Variations
Color information
#0072CC (or 0x0072CC) is known color: Navy Blue. HEX triplet: 00, 72 and CC. RGB value is (0,114,204). Sum of RGB (Red+Green+Blue) = 0+114+204=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #0072CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072CC is #FF8D33. Grayscale: #595959. Windows color (decimal): -16747828 or 13398528. OLE color: 13398528.
HSL color Cylindrical-coordinate representation of color #0072CC: hue angle of 206.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072CC is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 114 | 204 | - |
| CMYK | 1 | 0.44 | 0 | 0.2 |
| HSL | 206.47º | 1% | 0.4% | - |
| HSV(B) | 206.47º | 1% | 0.8% | - |
| XYZ | 16.92 | 16.39 | 59.4 | - |
| YUV | 90.17 | 192.23 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 204 | 1 | 0.44 | 0 | 0.2 | 206.47 | 1 | 0.4 |
| Hex | 0 | 72 | CC | 64 | 2C | 0 | 14 | CE | 64 | 28 |
| Octal | 0 | 162 | 314 | 144 | 54 | 0 | 24 | 316 | 144 | 50 |
| Binary | 0 | 1110010 | 11001100 | 1100100 | 101100 | 0 | 10100 | 11001110 | 1100100 | 101000 |
Color Harmonies of #0072CC
Complementary color
Monochromatic Colors of #0072CC
Black with #0072CC
Text Example
Text Example
White with #0072CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072CC; }
p { color: rgb(0,114,204); }
H1.HeaderClassName
{
color: #0072CC;
}
.AnyTagClassName
{
color: #0072CC;
}
</style>
background-color css
<style>
a { background-color: #0072CC; }
a { background-color: rgb(0,114,204); }
div.DivClassName
{
background-color: #0072CC;
}
.BgClassName
{
background-color: #0072CC;
}
</style>
border-color css
<style>
span { border-color: #0072CC; }
span { border-color: rgb(0,114,204); }
td.TdClassName
{
border-color: #0072CC;
}
.TagClassName
{
border-color: #0072CC;
}
</style>