Shades of Navy Blue #003FEC
Tints of Navy Blue #003FEC
RGB
CMYK
RGB Variations
Color information
#003FEC (or 0x003FEC) is known color: Navy Blue. HEX triplet: 00, 3F and EC. RGB value is (0,63,236). Sum of RGB (Red+Green+Blue) = 0+63+236=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #003FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FEC is #FFC013. Grayscale: #3F3F3F. Windows color (decimal): -16760852 or 15482624. OLE color: 15482624.
HSL color Cylindrical-coordinate representation of color #003FEC: hue angle of 223.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FEC is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 63 | 236 | - |
| CMYK | 1 | 0.73 | 0 | 0.07 |
| HSL | 223.98º | 1% | 0.46% | - |
| HSV(B) | 223.98º | 1% | 0.93% | - |
| XYZ | 16.92 | 9.61 | 80.32 | - |
| YUV | 63.89 | 225.13 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 236 | 1 | 0.73 | 0 | 0.07 | 223.98 | 1 | 0.46 |
| Hex | 0 | 3F | EC | 64 | 49 | 0 | 7 | E0 | 64 | 2E |
| Octal | 0 | 77 | 354 | 144 | 111 | 0 | 7 | 340 | 144 | 56 |
| Binary | 0 | 111111 | 11101100 | 1100100 | 1001001 | 0 | 111 | 11100000 | 1100100 | 101110 |
Color Harmonies of #003FEC
Complementary color
Monochromatic Colors of #003FEC
Black with #003FEC
Text Example
Text Example
White with #003FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FEC; }
p { color: rgb(0,63,236); }
H1.HeaderClassName
{
color: #003FEC;
}
.AnyTagClassName
{
color: #003FEC;
}
</style>
background-color css
<style>
a { background-color: #003FEC; }
a { background-color: rgb(0,63,236); }
div.DivClassName
{
background-color: #003FEC;
}
.BgClassName
{
background-color: #003FEC;
}
</style>
border-color css
<style>
span { border-color: #003FEC; }
span { border-color: rgb(0,63,236); }
td.TdClassName
{
border-color: #003FEC;
}
.TagClassName
{
border-color: #003FEC;
}
</style>