Shades of Navy Blue #0072BC
Tints of Navy Blue #0072BC
RGB
CMYK
RGB Variations
Color information
#0072BC (or 0x0072BC) is known color: Navy Blue. HEX triplet: 00, 72 and BC. RGB value is (0,114,188). Sum of RGB (Red+Green+Blue) = 0+114+188=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #0072BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BC is #FF8D43. Grayscale: #575757. Windows color (decimal): -16747844 or 12349952. OLE color: 12349952.
HSL color Cylindrical-coordinate representation of color #0072BC: hue angle of 203.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072BC is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 114 | 188 | - |
| CMYK | 1 | 0.39 | 0 | 0.26 |
| HSL | 203.62º | 1% | 0.37% | - |
| HSV(B) | 203.62º | 1% | 0.74% | - |
| XYZ | 15.09 | 15.67 | 49.81 | - |
| YUV | 88.35 | 184.23 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 188 | 1 | 0.39 | 0 | 0.26 | 203.62 | 1 | 0.37 |
| Hex | 0 | 72 | BC | 64 | 27 | 0 | 1A | CC | 64 | 25 |
| Octal | 0 | 162 | 274 | 144 | 47 | 0 | 32 | 314 | 144 | 45 |
| Binary | 0 | 1110010 | 10111100 | 1100100 | 100111 | 0 | 11010 | 11001100 | 1100100 | 100101 |
Color Harmonies of #0072BC
Complementary color
Monochromatic Colors of #0072BC
Black with #0072BC
Text Example
Text Example
White with #0072BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072BC; }
p { color: rgb(0,114,188); }
H1.HeaderClassName
{
color: #0072BC;
}
.AnyTagClassName
{
color: #0072BC;
}
</style>
background-color css
<style>
a { background-color: #0072BC; }
a { background-color: rgb(0,114,188); }
div.DivClassName
{
background-color: #0072BC;
}
.BgClassName
{
background-color: #0072BC;
}
</style>
border-color css
<style>
span { border-color: #0072BC; }
span { border-color: rgb(0,114,188); }
td.TdClassName
{
border-color: #0072BC;
}
.TagClassName
{
border-color: #0072BC;
}
</style>