Shades of Navy Blue #007CE5
Tints of Navy Blue #007CE5
RGB
CMYK
RGB Variations
Color information
#007CE5 (or 0x007CE5) is known color: Navy Blue. HEX triplet: 00, 7C and E5. RGB value is (0,124,229). Sum of RGB (Red+Green+Blue) = 0+124+229=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #007CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CE5 is #FF831A. Grayscale: #626262. Windows color (decimal): -16745243 or 15039488. OLE color: 15039488.
HSL color Cylindrical-coordinate representation of color #007CE5: hue angle of 207.51º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CE5 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 124 | 229 | - |
| CMYK | 1 | 0.46 | 0 | 0.10 |
| HSL | 207.51º | 1% | 0.45% | - |
| HSV(B) | 207.51º | 1% | 0.9% | - |
| XYZ | 21.35 | 20.07 | 76.88 | - |
| YUV | 98.89 | 201.42 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 229 | 1 | 0.46 | 0 | 0.10 | 207.51 | 1 | 0.45 |
| Hex | 0 | 7C | E5 | 64 | 2E | 0 | A | D0 | 64 | 2D |
| Octal | 0 | 174 | 345 | 144 | 56 | 0 | 12 | 320 | 144 | 55 |
| Binary | 0 | 1111100 | 11100101 | 1100100 | 101110 | 0 | 1010 | 11010000 | 1100100 | 101101 |
Color Harmonies of #007CE5
Complementary color
Monochromatic Colors of #007CE5
Black with #007CE5
Text Example
Text Example
White with #007CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CE5; }
p { color: rgb(0,124,229); }
H1.HeaderClassName
{
color: #007CE5;
}
.AnyTagClassName
{
color: #007CE5;
}
</style>
background-color css
<style>
a { background-color: #007CE5; }
a { background-color: rgb(0,124,229); }
div.DivClassName
{
background-color: #007CE5;
}
.BgClassName
{
background-color: #007CE5;
}
</style>
border-color css
<style>
span { border-color: #007CE5; }
span { border-color: rgb(0,124,229); }
td.TdClassName
{
border-color: #007CE5;
}
.TagClassName
{
border-color: #007CE5;
}
</style>