Shades of Navy Blue #003FEE
Tints of Navy Blue #003FEE
RGB
CMYK
RGB Variations
Color information
#003FEE (or 0x003FEE) is known color: Navy Blue. HEX triplet: 00, 3F and EE. RGB value is (0,63,238). Sum of RGB (Red+Green+Blue) = 0+63+238=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #003FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FEE is #FFC011. Grayscale: #3F3F3F. Windows color (decimal): -16760850 or 15613696. OLE color: 15613696.
HSL color Cylindrical-coordinate representation of color #003FEE: hue angle of 224.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FEE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 63 | 238 | - |
| CMYK | 1 | 0.74 | 0 | 0.07 |
| HSL | 224.12º | 1% | 0.47% | - |
| HSV(B) | 224.12º | 1% | 0.93% | - |
| XYZ | 17.21 | 9.73 | 81.86 | - |
| YUV | 64.11 | 226.13 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 238 | 1 | 0.74 | 0 | 0.07 | 224.12 | 1 | 0.47 |
| Hex | 0 | 3F | EE | 64 | 4A | 0 | 7 | E0 | 64 | 2F |
| Octal | 0 | 77 | 356 | 144 | 112 | 0 | 7 | 340 | 144 | 57 |
| Binary | 0 | 111111 | 11101110 | 1100100 | 1001010 | 0 | 111 | 11100000 | 1100100 | 101111 |
Color Harmonies of #003FEE
Complementary color
Monochromatic Colors of #003FEE
Black with #003FEE
Text Example
Text Example
White with #003FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FEE; }
p { color: rgb(0,63,238); }
H1.HeaderClassName
{
color: #003FEE;
}
.AnyTagClassName
{
color: #003FEE;
}
</style>
background-color css
<style>
a { background-color: #003FEE; }
a { background-color: rgb(0,63,238); }
div.DivClassName
{
background-color: #003FEE;
}
.BgClassName
{
background-color: #003FEE;
}
</style>
border-color css
<style>
span { border-color: #003FEE; }
span { border-color: rgb(0,63,238); }
td.TdClassName
{
border-color: #003FEE;
}
.TagClassName
{
border-color: #003FEE;
}
</style>