Shades of Navy Blue #007FDF
Tints of Navy Blue #007FDF
RGB
CMYK
RGB Variations
Color information
#007FDF (or 0x007FDF) is known color: Navy Blue. HEX triplet: 00, 7F and DF. RGB value is (0,127,223). Sum of RGB (Red+Green+Blue) = 0+127+223=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #007FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FDF is #FF8020. Grayscale: #636363. Windows color (decimal): -16744481 or 14647040. OLE color: 14647040.
HSL color Cylindrical-coordinate representation of color #007FDF: hue angle of 205.83º 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 #007FDF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 127 | 223 | - |
| CMYK | 1 | 0.43 | 0 | 0.13 |
| HSL | 205.83º | 1% | 0.44% | - |
| HSV(B) | 205.83º | 1% | 0.87% | - |
| XYZ | 20.91 | 20.51 | 72.67 | - |
| YUV | 99.97 | 197.42 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 223 | 1 | 0.43 | 0 | 0.13 | 205.83 | 1 | 0.44 |
| Hex | 0 | 7F | DF | 64 | 2B | 0 | D | CE | 64 | 2C |
| Octal | 0 | 177 | 337 | 144 | 53 | 0 | 15 | 316 | 144 | 54 |
| Binary | 0 | 1111111 | 11011111 | 1100100 | 101011 | 0 | 1101 | 11001110 | 1100100 | 101100 |
Color Harmonies of #007FDF
Complementary color
Monochromatic Colors of #007FDF
Black with #007FDF
Text Example
Text Example
White with #007FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FDF; }
p { color: rgb(0,127,223); }
H1.HeaderClassName
{
color: #007FDF;
}
.AnyTagClassName
{
color: #007FDF;
}
</style>
background-color css
<style>
a { background-color: #007FDF; }
a { background-color: rgb(0,127,223); }
div.DivClassName
{
background-color: #007FDF;
}
.BgClassName
{
background-color: #007FDF;
}
</style>
border-color css
<style>
span { border-color: #007FDF; }
span { border-color: rgb(0,127,223); }
td.TdClassName
{
border-color: #007FDF;
}
.TagClassName
{
border-color: #007FDF;
}
</style>