Shades of Navy Blue #003EE6
Tints of Navy Blue #003EE6
RGB
CMYK
RGB Variations
Color information
#003EE6 (or 0x003EE6) is known color: Navy Blue. HEX triplet: 00, 3E and E6. RGB value is (0,62,230). Sum of RGB (Red+Green+Blue) = 0+62+230=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 230 (90.23% from 255 or 78.77% from 292); Max value from RGB is 230 - color contains mainly: blue. Hex color #003EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EE6 is #FFC119. Grayscale: #3D3D3D. Windows color (decimal): -16761114 or 15089152. OLE color: 15089152.
HSL color Cylindrical-coordinate representation of color #003EE6: hue angle of 223.83º 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 #003EE6 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 62 | 230 | - |
| CMYK | 1 | 0.73 | 0 | 0.10 |
| HSL | 223.83º | 1% | 0.45% | - |
| HSV(B) | 223.83º | 1% | 0.9% | - |
| XYZ | 16.01 | 9.16 | 75.79 | - |
| YUV | 62.61 | 222.46 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 230 | 1 | 0.73 | 0 | 0.10 | 223.83 | 1 | 0.45 |
| Hex | 0 | 3E | E6 | 64 | 49 | 0 | A | E0 | 64 | 2D |
| Octal | 0 | 76 | 346 | 144 | 111 | 0 | 12 | 340 | 144 | 55 |
| Binary | 0 | 111110 | 11100110 | 1100100 | 1001001 | 0 | 1010 | 11100000 | 1100100 | 101101 |
Color Harmonies of #003EE6
Complementary color
Monochromatic Colors of #003EE6
Black with #003EE6
Text Example
Text Example
White with #003EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EE6; }
p { color: rgb(0,62,230); }
H1.HeaderClassName
{
color: #003EE6;
}
.AnyTagClassName
{
color: #003EE6;
}
</style>
background-color css
<style>
a { background-color: #003EE6; }
a { background-color: rgb(0,62,230); }
div.DivClassName
{
background-color: #003EE6;
}
.BgClassName
{
background-color: #003EE6;
}
</style>
border-color css
<style>
span { border-color: #003EE6; }
span { border-color: rgb(0,62,230); }
td.TdClassName
{
border-color: #003EE6;
}
.TagClassName
{
border-color: #003EE6;
}
</style>