Shades of Navy Blue #007CED
Tints of Navy Blue #007CED
RGB
CMYK
RGB Variations
Color information
#007CED (or 0x007CED) is known color: Navy Blue. HEX triplet: 00, 7C and ED. RGB value is (0,124,237). Sum of RGB (Red+Green+Blue) = 0+124+237=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #007CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CED is #FF8312. Grayscale: #636363. Windows color (decimal): -16745235 or 15563776. OLE color: 15563776.
HSL color Cylindrical-coordinate representation of color #007CED: hue angle of 208.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CED is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 124 | 237 | - |
| CMYK | 1 | 0.48 | 0 | 0.07 |
| HSL | 208.61º | 1% | 0.46% | - |
| HSV(B) | 208.61º | 1% | 0.93% | - |
| XYZ | 22.49 | 20.53 | 82.9 | - |
| YUV | 99.81 | 205.42 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 237 | 1 | 0.48 | 0 | 0.07 | 208.61 | 1 | 0.46 |
| Hex | 0 | 7C | ED | 64 | 30 | 0 | 7 | D1 | 64 | 2E |
| Octal | 0 | 174 | 355 | 144 | 60 | 0 | 7 | 321 | 144 | 56 |
| Binary | 0 | 1111100 | 11101101 | 1100100 | 110000 | 0 | 111 | 11010001 | 1100100 | 101110 |
Color Harmonies of #007CED
Complementary color
Monochromatic Colors of #007CED
Black with #007CED
Text Example
Text Example
White with #007CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CED; }
p { color: rgb(0,124,237); }
H1.HeaderClassName
{
color: #007CED;
}
.AnyTagClassName
{
color: #007CED;
}
</style>
background-color css
<style>
a { background-color: #007CED; }
a { background-color: rgb(0,124,237); }
div.DivClassName
{
background-color: #007CED;
}
.BgClassName
{
background-color: #007CED;
}
</style>
border-color css
<style>
span { border-color: #007CED; }
span { border-color: rgb(0,124,237); }
td.TdClassName
{
border-color: #007CED;
}
.TagClassName
{
border-color: #007CED;
}
</style>