Shades of Navy Blue #003FE6
Tints of Navy Blue #003FE6
RGB
CMYK
RGB Variations
Color information
#003FE6 (or 0x003FE6) is known color: Navy Blue. HEX triplet: 00, 3F and E6. RGB value is (0,63,230). Sum of RGB (Red+Green+Blue) = 0+63+230=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 230 (90.23% from 255 or 78.50% from 293); Max value from RGB is 230 - color contains mainly: blue. Hex color #003FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FE6 is #FFC019. Grayscale: #3E3E3E. Windows color (decimal): -16760858 or 15089408. OLE color: 15089408.
HSL color Cylindrical-coordinate representation of color #003FE6: hue angle of 223.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FE6 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 63 | 230 | - |
| CMYK | 1 | 0.73 | 0 | 0.10 |
| HSL | 223.57º | 1% | 0.45% | - |
| HSV(B) | 223.57º | 1% | 0.9% | - |
| XYZ | 16.06 | 9.27 | 75.81 | - |
| YUV | 63.2 | 222.13 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 230 | 1 | 0.73 | 0 | 0.10 | 223.57 | 1 | 0.45 |
| Hex | 0 | 3F | E6 | 64 | 49 | 0 | A | E0 | 64 | 2D |
| Octal | 0 | 77 | 346 | 144 | 111 | 0 | 12 | 340 | 144 | 55 |
| Binary | 0 | 111111 | 11100110 | 1100100 | 1001001 | 0 | 1010 | 11100000 | 1100100 | 101101 |
Color Harmonies of #003FE6
Complementary color
Monochromatic Colors of #003FE6
Black with #003FE6
Text Example
Text Example
White with #003FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FE6; }
p { color: rgb(0,63,230); }
H1.HeaderClassName
{
color: #003FE6;
}
.AnyTagClassName
{
color: #003FE6;
}
</style>
background-color css
<style>
a { background-color: #003FE6; }
a { background-color: rgb(0,63,230); }
div.DivClassName
{
background-color: #003FE6;
}
.BgClassName
{
background-color: #003FE6;
}
</style>
border-color css
<style>
span { border-color: #003FE6; }
span { border-color: rgb(0,63,230); }
td.TdClassName
{
border-color: #003FE6;
}
.TagClassName
{
border-color: #003FE6;
}
</style>