Shades of Navy Blue #007ACF
Tints of Navy Blue #007ACF
RGB
CMYK
RGB Variations
Color information
#007ACF (or 0x007ACF) is known color: Navy Blue. HEX triplet: 00, 7A and CF. RGB value is (0,122,207). Sum of RGB (Red+Green+Blue) = 0+122+207=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #007ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ACF is #FF8530. Grayscale: #5E5E5E. Windows color (decimal): -16745777 or 13597184. OLE color: 13597184.
HSL color Cylindrical-coordinate representation of color #007ACF: hue angle of 204.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ACF is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 122 | 207 | - |
| CMYK | 1 | 0.41 | 0 | 0.19 |
| HSL | 204.64º | 1% | 0.41% | - |
| HSV(B) | 204.64º | 1% | 0.81% | - |
| XYZ | 18.22 | 18.42 | 61.63 | - |
| YUV | 95.21 | 191.08 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 207 | 1 | 0.41 | 0 | 0.19 | 204.64 | 1 | 0.41 |
| Hex | 0 | 7A | CF | 64 | 29 | 0 | 13 | CD | 64 | 29 |
| Octal | 0 | 172 | 317 | 144 | 51 | 0 | 23 | 315 | 144 | 51 |
| Binary | 0 | 1111010 | 11001111 | 1100100 | 101001 | 0 | 10011 | 11001101 | 1100100 | 101001 |
Color Harmonies of #007ACF
Complementary color
Monochromatic Colors of #007ACF
Black with #007ACF
Text Example
Text Example
White with #007ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ACF; }
p { color: rgb(0,122,207); }
H1.HeaderClassName
{
color: #007ACF;
}
.AnyTagClassName
{
color: #007ACF;
}
</style>
background-color css
<style>
a { background-color: #007ACF; }
a { background-color: rgb(0,122,207); }
div.DivClassName
{
background-color: #007ACF;
}
.BgClassName
{
background-color: #007ACF;
}
</style>
border-color css
<style>
span { border-color: #007ACF; }
span { border-color: rgb(0,122,207); }
td.TdClassName
{
border-color: #007ACF;
}
.TagClassName
{
border-color: #007ACF;
}
</style>