Shades of Navy Blue #007ADE
Tints of Navy Blue #007ADE
RGB
CMYK
RGB Variations
Color information
#007ADE (or 0x007ADE) is known color: Navy Blue. HEX triplet: 00, 7A and DE. RGB value is (0,122,222). Sum of RGB (Red+Green+Blue) = 0+122+222=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #007ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ADE is #FF8521. Grayscale: #606060. Windows color (decimal): -16745762 or 14580224. OLE color: 14580224.
HSL color Cylindrical-coordinate representation of color #007ADE: hue angle of 207.03º 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 #007ADE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 122 | 222 | - |
| CMYK | 1 | 0.45 | 0 | 0.13 |
| HSL | 207.03º | 1% | 0.44% | - |
| HSV(B) | 207.03º | 1% | 0.87% | - |
| XYZ | 20.14 | 19.19 | 71.75 | - |
| YUV | 96.92 | 198.58 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 222 | 1 | 0.45 | 0 | 0.13 | 207.03 | 1 | 0.44 |
| Hex | 0 | 7A | DE | 64 | 2D | 0 | D | CF | 64 | 2C |
| Octal | 0 | 172 | 336 | 144 | 55 | 0 | 15 | 317 | 144 | 54 |
| Binary | 0 | 1111010 | 11011110 | 1100100 | 101101 | 0 | 1101 | 11001111 | 1100100 | 101100 |
Color Harmonies of #007ADE
Complementary color
Monochromatic Colors of #007ADE
Black with #007ADE
Text Example
Text Example
White with #007ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ADE; }
p { color: rgb(0,122,222); }
H1.HeaderClassName
{
color: #007ADE;
}
.AnyTagClassName
{
color: #007ADE;
}
</style>
background-color css
<style>
a { background-color: #007ADE; }
a { background-color: rgb(0,122,222); }
div.DivClassName
{
background-color: #007ADE;
}
.BgClassName
{
background-color: #007ADE;
}
</style>
border-color css
<style>
span { border-color: #007ADE; }
span { border-color: rgb(0,122,222); }
td.TdClassName
{
border-color: #007ADE;
}
.TagClassName
{
border-color: #007ADE;
}
</style>