Shades of Navy Blue #003FEB
Tints of Navy Blue #003FEB
RGB
CMYK
RGB Variations
Color information
#003FEB (or 0x003FEB) is known color: Navy Blue. HEX triplet: 00, 3F and EB. RGB value is (0,63,235). Sum of RGB (Red+Green+Blue) = 0+63+235=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #003FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FEB is #FFC014. Grayscale: #3F3F3F. Windows color (decimal): -16760853 or 15417088. OLE color: 15417088.
HSL color Cylindrical-coordinate representation of color #003FEB: hue angle of 223.91º 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 #003FEB is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 63 | 235 | - |
| CMYK | 1 | 0.73 | 0 | 0.08 |
| HSL | 223.91º | 1% | 0.46% | - |
| HSV(B) | 223.91º | 1% | 0.92% | - |
| XYZ | 16.77 | 9.55 | 79.56 | - |
| YUV | 63.77 | 224.63 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 235 | 1 | 0.73 | 0 | 0.08 | 223.91 | 1 | 0.46 |
| Hex | 0 | 3F | EB | 64 | 49 | 0 | 8 | E0 | 64 | 2E |
| Octal | 0 | 77 | 353 | 144 | 111 | 0 | 10 | 340 | 144 | 56 |
| Binary | 0 | 111111 | 11101011 | 1100100 | 1001001 | 0 | 1000 | 11100000 | 1100100 | 101110 |
Color Harmonies of #003FEB
Complementary color
Monochromatic Colors of #003FEB
Black with #003FEB
Text Example
Text Example
White with #003FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FEB; }
p { color: rgb(0,63,235); }
H1.HeaderClassName
{
color: #003FEB;
}
.AnyTagClassName
{
color: #003FEB;
}
</style>
background-color css
<style>
a { background-color: #003FEB; }
a { background-color: rgb(0,63,235); }
div.DivClassName
{
background-color: #003FEB;
}
.BgClassName
{
background-color: #003FEB;
}
</style>
border-color css
<style>
span { border-color: #003FEB; }
span { border-color: rgb(0,63,235); }
td.TdClassName
{
border-color: #003FEB;
}
.TagClassName
{
border-color: #003FEB;
}
</style>