Shades of Navy Blue #003FE3
Tints of Navy Blue #003FE3
RGB
CMYK
RGB Variations
Color information
#003FE3 (or 0x003FE3) is known color: Navy Blue. HEX triplet: 00, 3F and E3. RGB value is (0,63,227). Sum of RGB (Red+Green+Blue) = 0+63+227=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 227 (89.06% from 255 or 78.28% from 290); Max value from RGB is 227 - color contains mainly: blue. Hex color #003FE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FE3 is #FFC01C. Grayscale: #3E3E3E. Windows color (decimal): -16760861 or 14892800. OLE color: 14892800.
HSL color Cylindrical-coordinate representation of color #003FE3: hue angle of 223.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FE3 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 63 | 227 | - |
| CMYK | 1 | 0.72 | 0 | 0.11 |
| HSL | 223.35º | 1% | 0.45% | - |
| HSV(B) | 223.35º | 1% | 0.89% | - |
| XYZ | 15.64 | 9.1 | 73.61 | - |
| YUV | 62.86 | 220.63 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 227 | 1 | 0.72 | 0 | 0.11 | 223.35 | 1 | 0.45 |
| Hex | 0 | 3F | E3 | 64 | 48 | 0 | B | DF | 64 | 2D |
| Octal | 0 | 77 | 343 | 144 | 110 | 0 | 13 | 337 | 144 | 55 |
| Binary | 0 | 111111 | 11100011 | 1100100 | 1001000 | 0 | 1011 | 11011111 | 1100100 | 101101 |
Color Harmonies of #003FE3
Complementary color
Monochromatic Colors of #003FE3
Black with #003FE3
Text Example
Text Example
White with #003FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FE3; }
p { color: rgb(0,63,227); }
H1.HeaderClassName
{
color: #003FE3;
}
.AnyTagClassName
{
color: #003FE3;
}
</style>
background-color css
<style>
a { background-color: #003FE3; }
a { background-color: rgb(0,63,227); }
div.DivClassName
{
background-color: #003FE3;
}
.BgClassName
{
background-color: #003FE3;
}
</style>
border-color css
<style>
span { border-color: #003FE3; }
span { border-color: rgb(0,63,227); }
td.TdClassName
{
border-color: #003FE3;
}
.TagClassName
{
border-color: #003FE3;
}
</style>