Shades of Navy Blue #007FCE
Tints of Navy Blue #007FCE
RGB
CMYK
RGB Variations
Color information
#007FCE (or 0x007FCE) is known color: Navy Blue. HEX triplet: 00, 7F and CE. RGB value is (0,127,206). Sum of RGB (Red+Green+Blue) = 0+127+206=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #007FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FCE is #FF8031. Grayscale: #616161. Windows color (decimal): -16744498 or 13532928. OLE color: 13532928.
HSL color Cylindrical-coordinate representation of color #007FCE: hue angle of 203.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FCE is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 127 | 206 | - |
| CMYK | 1 | 0.38 | 0 | 0.19 |
| HSL | 203.01º | 1% | 0.4% | - |
| HSV(B) | 203.01º | 1% | 0.81% | - |
| XYZ | 18.73 | 19.63 | 61.2 | - |
| YUV | 98.03 | 188.92 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 206 | 1 | 0.38 | 0 | 0.19 | 203.01 | 1 | 0.4 |
| Hex | 0 | 7F | CE | 64 | 26 | 0 | 13 | CB | 64 | 28 |
| Octal | 0 | 177 | 316 | 144 | 46 | 0 | 23 | 313 | 144 | 50 |
| Binary | 0 | 1111111 | 11001110 | 1100100 | 100110 | 0 | 10011 | 11001011 | 1100100 | 101000 |
Color Harmonies of #007FCE
Complementary color
Monochromatic Colors of #007FCE
Black with #007FCE
Text Example
Text Example
White with #007FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FCE; }
p { color: rgb(0,127,206); }
H1.HeaderClassName
{
color: #007FCE;
}
.AnyTagClassName
{
color: #007FCE;
}
</style>
background-color css
<style>
a { background-color: #007FCE; }
a { background-color: rgb(0,127,206); }
div.DivClassName
{
background-color: #007FCE;
}
.BgClassName
{
background-color: #007FCE;
}
</style>
border-color css
<style>
span { border-color: #007FCE; }
span { border-color: rgb(0,127,206); }
td.TdClassName
{
border-color: #007FCE;
}
.TagClassName
{
border-color: #007FCE;
}
</style>