Shades of Navy Blue #007CDF
Tints of Navy Blue #007CDF
RGB
CMYK
RGB Variations
Color information
#007CDF (or 0x007CDF) is known color: Navy Blue. HEX triplet: 00, 7C and DF. RGB value is (0,124,223). Sum of RGB (Red+Green+Blue) = 0+124+223=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #007CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CDF is #FF8320. Grayscale: #616161. Windows color (decimal): -16745249 or 14646272. OLE color: 14646272.
HSL color Cylindrical-coordinate representation of color #007CDF: hue angle of 206.64º 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 #007CDF is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 124 | 223 | - |
| CMYK | 1 | 0.44 | 0 | 0.13 |
| HSL | 206.64º | 1% | 0.44% | - |
| HSV(B) | 206.64º | 1% | 0.87% | - |
| XYZ | 20.53 | 19.74 | 72.54 | - |
| YUV | 98.21 | 198.42 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 223 | 1 | 0.44 | 0 | 0.13 | 206.64 | 1 | 0.44 |
| Hex | 0 | 7C | DF | 64 | 2C | 0 | D | CF | 64 | 2C |
| Octal | 0 | 174 | 337 | 144 | 54 | 0 | 15 | 317 | 144 | 54 |
| Binary | 0 | 1111100 | 11011111 | 1100100 | 101100 | 0 | 1101 | 11001111 | 1100100 | 101100 |
Color Harmonies of #007CDF
Complementary color
Monochromatic Colors of #007CDF
Black with #007CDF
Text Example
Text Example
White with #007CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CDF; }
p { color: rgb(0,124,223); }
H1.HeaderClassName
{
color: #007CDF;
}
.AnyTagClassName
{
color: #007CDF;
}
</style>
background-color css
<style>
a { background-color: #007CDF; }
a { background-color: rgb(0,124,223); }
div.DivClassName
{
background-color: #007CDF;
}
.BgClassName
{
background-color: #007CDF;
}
</style>
border-color css
<style>
span { border-color: #007CDF; }
span { border-color: rgb(0,124,223); }
td.TdClassName
{
border-color: #007CDF;
}
.TagClassName
{
border-color: #007CDF;
}
</style>