Shades of Navy Blue #007FEA
Tints of Navy Blue #007FEA
RGB
CMYK
RGB Variations
Color information
#007FEA (or 0x007FEA) is known color: Navy Blue. HEX triplet: 00, 7F and EA. RGB value is (0,127,234). Sum of RGB (Red+Green+Blue) = 0+127+234=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #007FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FEA is #FF8015. Grayscale: #646464. Windows color (decimal): -16744470 or 15367936. OLE color: 15367936.
HSL color Cylindrical-coordinate representation of color #007FEA: hue angle of 207.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FEA is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 127 | 234 | - |
| CMYK | 1 | 0.46 | 0 | 0.08 |
| HSL | 207.44º | 1% | 0.46% | - |
| HSV(B) | 207.44º | 1% | 0.92% | - |
| XYZ | 22.44 | 21.12 | 80.74 | - |
| YUV | 101.23 | 202.92 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 234 | 1 | 0.46 | 0 | 0.08 | 207.44 | 1 | 0.46 |
| Hex | 0 | 7F | EA | 64 | 2E | 0 | 8 | CF | 64 | 2E |
| Octal | 0 | 177 | 352 | 144 | 56 | 0 | 10 | 317 | 144 | 56 |
| Binary | 0 | 1111111 | 11101010 | 1100100 | 101110 | 0 | 1000 | 11001111 | 1100100 | 101110 |
Color Harmonies of #007FEA
Complementary color
Monochromatic Colors of #007FEA
Black with #007FEA
Text Example
Text Example
White with #007FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FEA; }
p { color: rgb(0,127,234); }
H1.HeaderClassName
{
color: #007FEA;
}
.AnyTagClassName
{
color: #007FEA;
}
</style>
background-color css
<style>
a { background-color: #007FEA; }
a { background-color: rgb(0,127,234); }
div.DivClassName
{
background-color: #007FEA;
}
.BgClassName
{
background-color: #007FEA;
}
</style>
border-color css
<style>
span { border-color: #007FEA; }
span { border-color: rgb(0,127,234); }
td.TdClassName
{
border-color: #007FEA;
}
.TagClassName
{
border-color: #007FEA;
}
</style>