Shades of Navy Blue #007FC7
Tints of Navy Blue #007FC7
RGB
CMYK
RGB Variations
Color information
#007FC7 (or 0x007FC7) is known color: Navy Blue. HEX triplet: 00, 7F and C7. RGB value is (0,127,199). Sum of RGB (Red+Green+Blue) = 0+127+199=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #007FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FC7 is #FF8038. Grayscale: #606060. Windows color (decimal): -16744505 or 13074176. OLE color: 13074176.
HSL color Cylindrical-coordinate representation of color #007FC7: hue angle of 201.71º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FC7 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 127 | 199 | - |
| CMYK | 1 | 0.36 | 0 | 0.22 |
| HSL | 201.71º | 1% | 0.39% | - |
| HSV(B) | 201.71º | 1% | 0.78% | - |
| XYZ | 17.9 | 19.3 | 56.82 | - |
| YUV | 97.24 | 185.42 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 199 | 1 | 0.36 | 0 | 0.22 | 201.71 | 1 | 0.39 |
| Hex | 0 | 7F | C7 | 64 | 24 | 0 | 16 | CA | 64 | 27 |
| Octal | 0 | 177 | 307 | 144 | 44 | 0 | 26 | 312 | 144 | 47 |
| Binary | 0 | 1111111 | 11000111 | 1100100 | 100100 | 0 | 10110 | 11001010 | 1100100 | 100111 |
Color Harmonies of #007FC7
Complementary color
Monochromatic Colors of #007FC7
Black with #007FC7
Text Example
Text Example
White with #007FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FC7; }
p { color: rgb(0,127,199); }
H1.HeaderClassName
{
color: #007FC7;
}
.AnyTagClassName
{
color: #007FC7;
}
</style>
background-color css
<style>
a { background-color: #007FC7; }
a { background-color: rgb(0,127,199); }
div.DivClassName
{
background-color: #007FC7;
}
.BgClassName
{
background-color: #007FC7;
}
</style>
border-color css
<style>
span { border-color: #007FC7; }
span { border-color: rgb(0,127,199); }
td.TdClassName
{
border-color: #007FC7;
}
.TagClassName
{
border-color: #007FC7;
}
</style>