Shades of Navy Blue #007CDD
Tints of Navy Blue #007CDD
RGB
CMYK
RGB Variations
Color information
#007CDD (or 0x007CDD) is known color: Navy Blue. HEX triplet: 00, 7C and DD. RGB value is (0,124,221). Sum of RGB (Red+Green+Blue) = 0+124+221=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #007CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CDD is #FF8322. Grayscale: #616161. Windows color (decimal): -16745251 or 14515200. OLE color: 14515200.
HSL color Cylindrical-coordinate representation of color #007CDD: hue angle of 206.33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CDD is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 124 | 221 | - |
| CMYK | 1 | 0.44 | 0 | 0.13 |
| HSL | 206.33º | 1% | 0.43% | - |
| HSV(B) | 206.33º | 1% | 0.87% | - |
| XYZ | 20.26 | 19.64 | 71.13 | - |
| YUV | 97.98 | 197.42 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 221 | 1 | 0.44 | 0 | 0.13 | 206.33 | 1 | 0.43 |
| Hex | 0 | 7C | DD | 64 | 2C | 0 | D | CE | 64 | 2B |
| Octal | 0 | 174 | 335 | 144 | 54 | 0 | 15 | 316 | 144 | 53 |
| Binary | 0 | 1111100 | 11011101 | 1100100 | 101100 | 0 | 1101 | 11001110 | 1100100 | 101011 |
Color Harmonies of #007CDD
Complementary color
Monochromatic Colors of #007CDD
Black with #007CDD
Text Example
Text Example
White with #007CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CDD; }
p { color: rgb(0,124,221); }
H1.HeaderClassName
{
color: #007CDD;
}
.AnyTagClassName
{
color: #007CDD;
}
</style>
background-color css
<style>
a { background-color: #007CDD; }
a { background-color: rgb(0,124,221); }
div.DivClassName
{
background-color: #007CDD;
}
.BgClassName
{
background-color: #007CDD;
}
</style>
border-color css
<style>
span { border-color: #007CDD; }
span { border-color: rgb(0,124,221); }
td.TdClassName
{
border-color: #007CDD;
}
.TagClassName
{
border-color: #007CDD;
}
</style>