Shades of Navy Blue #007FDE
Tints of Navy Blue #007FDE
RGB
CMYK
RGB Variations
Color information
#007FDE (or 0x007FDE) is known color: Navy Blue. HEX triplet: 00, 7F and DE. RGB value is (0,127,222). Sum of RGB (Red+Green+Blue) = 0+127+222=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #007FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FDE is #FF8021. Grayscale: #636363. Windows color (decimal): -16744482 or 14581504. OLE color: 14581504.
HSL color Cylindrical-coordinate representation of color #007FDE: hue angle of 205.68º 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 #007FDE is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 127 | 222 | - |
| CMYK | 1 | 0.43 | 0 | 0.13 |
| HSL | 205.68º | 1% | 0.44% | - |
| HSV(B) | 205.68º | 1% | 0.87% | - |
| XYZ | 20.77 | 20.45 | 71.96 | - |
| YUV | 99.86 | 196.92 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 222 | 1 | 0.43 | 0 | 0.13 | 205.68 | 1 | 0.44 |
| Hex | 0 | 7F | DE | 64 | 2B | 0 | D | CE | 64 | 2C |
| Octal | 0 | 177 | 336 | 144 | 53 | 0 | 15 | 316 | 144 | 54 |
| Binary | 0 | 1111111 | 11011110 | 1100100 | 101011 | 0 | 1101 | 11001110 | 1100100 | 101100 |
Color Harmonies of #007FDE
Complementary color
Monochromatic Colors of #007FDE
Black with #007FDE
Text Example
Text Example
White with #007FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FDE; }
p { color: rgb(0,127,222); }
H1.HeaderClassName
{
color: #007FDE;
}
.AnyTagClassName
{
color: #007FDE;
}
</style>
background-color css
<style>
a { background-color: #007FDE; }
a { background-color: rgb(0,127,222); }
div.DivClassName
{
background-color: #007FDE;
}
.BgClassName
{
background-color: #007FDE;
}
</style>
border-color css
<style>
span { border-color: #007FDE; }
span { border-color: rgb(0,127,222); }
td.TdClassName
{
border-color: #007FDE;
}
.TagClassName
{
border-color: #007FDE;
}
</style>