Shades of Navy Blue #007CCF
Tints of Navy Blue #007CCF
RGB
CMYK
RGB Variations
Color information
#007CCF (or 0x007CCF) is known color: Navy Blue. HEX triplet: 00, 7C and CF. RGB value is (0,124,207). Sum of RGB (Red+Green+Blue) = 0+124+207=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #007CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CCF is #FF8330. Grayscale: #5F5F5F. Windows color (decimal): -16745265 or 13597696. OLE color: 13597696.
HSL color Cylindrical-coordinate representation of color #007CCF: hue angle of 204.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CCF is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 124 | 207 | - |
| CMYK | 1 | 0.40 | 0 | 0.19 |
| HSL | 204.06º | 1% | 0.41% | - |
| HSV(B) | 204.06º | 1% | 0.81% | - |
| XYZ | 18.47 | 18.92 | 61.71 | - |
| YUV | 96.39 | 190.42 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 207 | 1 | 0.40 | 0 | 0.19 | 204.06 | 1 | 0.41 |
| Hex | 0 | 7C | CF | 64 | 28 | 0 | 13 | CC | 64 | 29 |
| Octal | 0 | 174 | 317 | 144 | 50 | 0 | 23 | 314 | 144 | 51 |
| Binary | 0 | 1111100 | 11001111 | 1100100 | 101000 | 0 | 10011 | 11001100 | 1100100 | 101001 |
Color Harmonies of #007CCF
Complementary color
Monochromatic Colors of #007CCF
Black with #007CCF
Text Example
Text Example
White with #007CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CCF; }
p { color: rgb(0,124,207); }
H1.HeaderClassName
{
color: #007CCF;
}
.AnyTagClassName
{
color: #007CCF;
}
</style>
background-color css
<style>
a { background-color: #007CCF; }
a { background-color: rgb(0,124,207); }
div.DivClassName
{
background-color: #007CCF;
}
.BgClassName
{
background-color: #007CCF;
}
</style>
border-color css
<style>
span { border-color: #007CCF; }
span { border-color: rgb(0,124,207); }
td.TdClassName
{
border-color: #007CCF;
}
.TagClassName
{
border-color: #007CCF;
}
</style>