Shades of Navy Blue #007FE8
Tints of Navy Blue #007FE8
RGB
CMYK
RGB Variations
Color information
#007FE8 (or 0x007FE8) is known color: Navy Blue. HEX triplet: 00, 7F and E8. RGB value is (0,127,232). Sum of RGB (Red+Green+Blue) = 0+127+232=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #007FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FE8 is #FF8017. Grayscale: #646464. Windows color (decimal): -16744472 or 15236864. OLE color: 15236864.
HSL color Cylindrical-coordinate representation of color #007FE8: hue angle of 207.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FE8 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 127 | 232 | - |
| CMYK | 1 | 0.45 | 0 | 0.09 |
| HSL | 207.16º | 1% | 0.45% | - |
| HSV(B) | 207.16º | 1% | 0.91% | - |
| XYZ | 22.15 | 21 | 79.23 | - |
| YUV | 101 | 201.92 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 232 | 1 | 0.45 | 0 | 0.09 | 207.16 | 1 | 0.45 |
| Hex | 0 | 7F | E8 | 64 | 2D | 0 | 9 | CF | 64 | 2D |
| Octal | 0 | 177 | 350 | 144 | 55 | 0 | 11 | 317 | 144 | 55 |
| Binary | 0 | 1111111 | 11101000 | 1100100 | 101101 | 0 | 1001 | 11001111 | 1100100 | 101101 |
Color Harmonies of #007FE8
Complementary color
Monochromatic Colors of #007FE8
Black with #007FE8
Text Example
Text Example
White with #007FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FE8; }
p { color: rgb(0,127,232); }
H1.HeaderClassName
{
color: #007FE8;
}
.AnyTagClassName
{
color: #007FE8;
}
</style>
background-color css
<style>
a { background-color: #007FE8; }
a { background-color: rgb(0,127,232); }
div.DivClassName
{
background-color: #007FE8;
}
.BgClassName
{
background-color: #007FE8;
}
</style>
border-color css
<style>
span { border-color: #007FE8; }
span { border-color: rgb(0,127,232); }
td.TdClassName
{
border-color: #007FE8;
}
.TagClassName
{
border-color: #007FE8;
}
</style>