Shades of Navy Blue #003EE5
Tints of Navy Blue #003EE5
RGB
CMYK
RGB Variations
Color information
#003EE5 (or 0x003EE5) is known color: Navy Blue. HEX triplet: 00, 3E and E5. RGB value is (0,62,229). Sum of RGB (Red+Green+Blue) = 0+62+229=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 229 (89.84% from 255 or 78.69% from 291); Max value from RGB is 229 - color contains mainly: blue. Hex color #003EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EE5 is #FFC11A. Grayscale: #3D3D3D. Windows color (decimal): -16761115 or 15023616. OLE color: 15023616.
HSL color Cylindrical-coordinate representation of color #003EE5: hue angle of 223.76º 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 #003EE5 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 62 | 229 | - |
| CMYK | 1 | 0.73 | 0 | 0.10 |
| HSL | 223.76º | 1% | 0.45% | - |
| HSV(B) | 223.76º | 1% | 0.9% | - |
| XYZ | 15.87 | 9.1 | 75.05 | - |
| YUV | 62.5 | 221.96 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 229 | 1 | 0.73 | 0 | 0.10 | 223.76 | 1 | 0.45 |
| Hex | 0 | 3E | E5 | 64 | 49 | 0 | A | E0 | 64 | 2D |
| Octal | 0 | 76 | 345 | 144 | 111 | 0 | 12 | 340 | 144 | 55 |
| Binary | 0 | 111110 | 11100101 | 1100100 | 1001001 | 0 | 1010 | 11100000 | 1100100 | 101101 |
Color Harmonies of #003EE5
Complementary color
Monochromatic Colors of #003EE5
Black with #003EE5
Text Example
Text Example
White with #003EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EE5; }
p { color: rgb(0,62,229); }
H1.HeaderClassName
{
color: #003EE5;
}
.AnyTagClassName
{
color: #003EE5;
}
</style>
background-color css
<style>
a { background-color: #003EE5; }
a { background-color: rgb(0,62,229); }
div.DivClassName
{
background-color: #003EE5;
}
.BgClassName
{
background-color: #003EE5;
}
</style>
border-color css
<style>
span { border-color: #003EE5; }
span { border-color: rgb(0,62,229); }
td.TdClassName
{
border-color: #003EE5;
}
.TagClassName
{
border-color: #003EE5;
}
</style>