Shades of Navy Blue #007CE7
Tints of Navy Blue #007CE7
RGB
CMYK
RGB Variations
Color information
#007CE7 (or 0x007CE7) is known color: Navy Blue. HEX triplet: 00, 7C and E7. RGB value is (0,124,231). Sum of RGB (Red+Green+Blue) = 0+124+231=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #007CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CE7 is #FF8318. Grayscale: #626262. Windows color (decimal): -16745241 or 15170560. OLE color: 15170560.
HSL color Cylindrical-coordinate representation of color #007CE7: hue angle of 207.79º 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 #007CE7 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 124 | 231 | - |
| CMYK | 1 | 0.46 | 0 | 0.09 |
| HSL | 207.79º | 1% | 0.45% | - |
| HSV(B) | 207.79º | 1% | 0.91% | - |
| XYZ | 21.63 | 20.18 | 78.36 | - |
| YUV | 99.12 | 202.42 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 231 | 1 | 0.46 | 0 | 0.09 | 207.79 | 1 | 0.45 |
| Hex | 0 | 7C | E7 | 64 | 2E | 0 | 9 | D0 | 64 | 2D |
| Octal | 0 | 174 | 347 | 144 | 56 | 0 | 11 | 320 | 144 | 55 |
| Binary | 0 | 1111100 | 11100111 | 1100100 | 101110 | 0 | 1001 | 11010000 | 1100100 | 101101 |
Color Harmonies of #007CE7
Complementary color
Monochromatic Colors of #007CE7
Black with #007CE7
Text Example
Text Example
White with #007CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CE7; }
p { color: rgb(0,124,231); }
H1.HeaderClassName
{
color: #007CE7;
}
.AnyTagClassName
{
color: #007CE7;
}
</style>
background-color css
<style>
a { background-color: #007CE7; }
a { background-color: rgb(0,124,231); }
div.DivClassName
{
background-color: #007CE7;
}
.BgClassName
{
background-color: #007CE7;
}
</style>
border-color css
<style>
span { border-color: #007CE7; }
span { border-color: rgb(0,124,231); }
td.TdClassName
{
border-color: #007CE7;
}
.TagClassName
{
border-color: #007CE7;
}
</style>