Shades of Navy Blue #007ACB
Tints of Navy Blue #007ACB
RGB
CMYK
RGB Variations
Color information
#007ACB (or 0x007ACB) is known color: Navy Blue. HEX triplet: 00, 7A and CB. RGB value is (0,122,203). Sum of RGB (Red+Green+Blue) = 0+122+203=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #007ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ACB is #FF8534. Grayscale: #5E5E5E. Windows color (decimal): -16745781 or 13335040. OLE color: 13335040.
HSL color Cylindrical-coordinate representation of color #007ACB: hue angle of 203.94º 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 #007ACB is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 122 | 203 | - |
| CMYK | 1 | 0.40 | 0 | 0.20 |
| HSL | 203.94º | 1% | 0.4% | - |
| HSV(B) | 203.94º | 1% | 0.8% | - |
| XYZ | 17.74 | 18.23 | 59.08 | - |
| YUV | 94.76 | 189.08 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 203 | 1 | 0.40 | 0 | 0.20 | 203.94 | 1 | 0.4 |
| Hex | 0 | 7A | CB | 64 | 28 | 0 | 14 | CC | 64 | 28 |
| Octal | 0 | 172 | 313 | 144 | 50 | 0 | 24 | 314 | 144 | 50 |
| Binary | 0 | 1111010 | 11001011 | 1100100 | 101000 | 0 | 10100 | 11001100 | 1100100 | 101000 |
Color Harmonies of #007ACB
Complementary color
Monochromatic Colors of #007ACB
Black with #007ACB
Text Example
Text Example
White with #007ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ACB; }
p { color: rgb(0,122,203); }
H1.HeaderClassName
{
color: #007ACB;
}
.AnyTagClassName
{
color: #007ACB;
}
</style>
background-color css
<style>
a { background-color: #007ACB; }
a { background-color: rgb(0,122,203); }
div.DivClassName
{
background-color: #007ACB;
}
.BgClassName
{
background-color: #007ACB;
}
</style>
border-color css
<style>
span { border-color: #007ACB; }
span { border-color: rgb(0,122,203); }
td.TdClassName
{
border-color: #007ACB;
}
.TagClassName
{
border-color: #007ACB;
}
</style>