Shades of Navy Blue #007FD4
Tints of Navy Blue #007FD4
RGB
CMYK
RGB Variations
Color information
#007FD4 (or 0x007FD4) is known color: Navy Blue. HEX triplet: 00, 7F and D4. RGB value is (0,127,212). Sum of RGB (Red+Green+Blue) = 0+127+212=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 212 (83.20% from 255 or 62.54% from 339); Max value from RGB is 212 - color contains mainly: blue. Hex color #007FD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FD4 is #FF802B. Grayscale: #626262. Windows color (decimal): -16744492 or 13926144. OLE color: 13926144.
HSL color Cylindrical-coordinate representation of color #007FD4: hue angle of 204.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FD4 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 127 | 212 | - |
| CMYK | 1 | 0.40 | 0 | 0.17 |
| HSL | 204.06º | 1% | 0.42% | - |
| HSV(B) | 204.06º | 1% | 0.83% | - |
| XYZ | 19.47 | 19.93 | 65.11 | - |
| YUV | 98.72 | 191.92 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 212 | 1 | 0.40 | 0 | 0.17 | 204.06 | 1 | 0.42 |
| Hex | 0 | 7F | D4 | 64 | 28 | 0 | 11 | CC | 64 | 2A |
| Octal | 0 | 177 | 324 | 144 | 50 | 0 | 21 | 314 | 144 | 52 |
| Binary | 0 | 1111111 | 11010100 | 1100100 | 101000 | 0 | 10001 | 11001100 | 1100100 | 101010 |
Color Harmonies of #007FD4
Complementary color
Monochromatic Colors of #007FD4
Black with #007FD4
Text Example
Text Example
White with #007FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FD4; }
p { color: rgb(0,127,212); }
H1.HeaderClassName
{
color: #007FD4;
}
.AnyTagClassName
{
color: #007FD4;
}
</style>
background-color css
<style>
a { background-color: #007FD4; }
a { background-color: rgb(0,127,212); }
div.DivClassName
{
background-color: #007FD4;
}
.BgClassName
{
background-color: #007FD4;
}
</style>
border-color css
<style>
span { border-color: #007FD4; }
span { border-color: rgb(0,127,212); }
td.TdClassName
{
border-color: #007FD4;
}
.TagClassName
{
border-color: #007FD4;
}
</style>