Shades of Navy Blue #007CDE
Tints of Navy Blue #007CDE
RGB
CMYK
RGB Variations
Color information
#007CDE (or 0x007CDE) is known color: Navy Blue. HEX triplet: 00, 7C and DE. RGB value is (0,124,222). Sum of RGB (Red+Green+Blue) = 0+124+222=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #007CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CDE is #FF8321. Grayscale: #616161. Windows color (decimal): -16745250 or 14580736. OLE color: 14580736.
HSL color Cylindrical-coordinate representation of color #007CDE: hue angle of 206.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CDE is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 124 | 222 | - |
| CMYK | 1 | 0.44 | 0 | 0.13 |
| HSL | 206.49º | 1% | 0.44% | - |
| HSV(B) | 206.49º | 1% | 0.87% | - |
| XYZ | 20.39 | 19.69 | 71.83 | - |
| YUV | 98.1 | 197.92 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 222 | 1 | 0.44 | 0 | 0.13 | 206.49 | 1 | 0.44 |
| Hex | 0 | 7C | DE | 64 | 2C | 0 | D | CE | 64 | 2C |
| Octal | 0 | 174 | 336 | 144 | 54 | 0 | 15 | 316 | 144 | 54 |
| Binary | 0 | 1111100 | 11011110 | 1100100 | 101100 | 0 | 1101 | 11001110 | 1100100 | 101100 |
Color Harmonies of #007CDE
Complementary color
Monochromatic Colors of #007CDE
Black with #007CDE
Text Example
Text Example
White with #007CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CDE; }
p { color: rgb(0,124,222); }
H1.HeaderClassName
{
color: #007CDE;
}
.AnyTagClassName
{
color: #007CDE;
}
</style>
background-color css
<style>
a { background-color: #007CDE; }
a { background-color: rgb(0,124,222); }
div.DivClassName
{
background-color: #007CDE;
}
.BgClassName
{
background-color: #007CDE;
}
</style>
border-color css
<style>
span { border-color: #007CDE; }
span { border-color: rgb(0,124,222); }
td.TdClassName
{
border-color: #007CDE;
}
.TagClassName
{
border-color: #007CDE;
}
</style>