Shades of Navy Blue #003FEA
Tints of Navy Blue #003FEA
RGB
CMYK
RGB Variations
Color information
#003FEA (or 0x003FEA) is known color: Navy Blue. HEX triplet: 00, 3F and EA. RGB value is (0,63,234). Sum of RGB (Red+Green+Blue) = 0+63+234=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #003FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FEA is #FFC015. Grayscale: #3E3E3E. Windows color (decimal): -16760854 or 15351552. OLE color: 15351552.
HSL color Cylindrical-coordinate representation of color #003FEA: hue angle of 223.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FEA is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 63 | 234 | - |
| CMYK | 1 | 0.73 | 0 | 0.08 |
| HSL | 223.85º | 1% | 0.46% | - |
| HSV(B) | 223.85º | 1% | 0.92% | - |
| XYZ | 16.63 | 9.5 | 78.8 | - |
| YUV | 63.66 | 224.13 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 234 | 1 | 0.73 | 0 | 0.08 | 223.85 | 1 | 0.46 |
| Hex | 0 | 3F | EA | 64 | 49 | 0 | 8 | E0 | 64 | 2E |
| Octal | 0 | 77 | 352 | 144 | 111 | 0 | 10 | 340 | 144 | 56 |
| Binary | 0 | 111111 | 11101010 | 1100100 | 1001001 | 0 | 1000 | 11100000 | 1100100 | 101110 |
Color Harmonies of #003FEA
Complementary color
Monochromatic Colors of #003FEA
Black with #003FEA
Text Example
Text Example
White with #003FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FEA; }
p { color: rgb(0,63,234); }
H1.HeaderClassName
{
color: #003FEA;
}
.AnyTagClassName
{
color: #003FEA;
}
</style>
background-color css
<style>
a { background-color: #003FEA; }
a { background-color: rgb(0,63,234); }
div.DivClassName
{
background-color: #003FEA;
}
.BgClassName
{
background-color: #003FEA;
}
</style>
border-color css
<style>
span { border-color: #003FEA; }
span { border-color: rgb(0,63,234); }
td.TdClassName
{
border-color: #003FEA;
}
.TagClassName
{
border-color: #003FEA;
}
</style>