Shades of Navy Blue #0041E6
Tints of Navy Blue #0041E6
RGB
CMYK
RGB Variations
Color information
#0041E6 (or 0x0041E6) is known color: Navy Blue. HEX triplet: 00, 41 and E6. RGB value is (0,65,230). Sum of RGB (Red+Green+Blue) = 0+65+230=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #0041E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0041E6 is #FFBE19. Grayscale: #3F3F3F. Windows color (decimal): -16760346 or 15089920. OLE color: 15089920.
HSL color Cylindrical-coordinate representation of color #0041E6: hue angle of 223.04º 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 #0041E6 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 65 | 230 | - |
| CMYK | 1 | 0.72 | 0 | 0.10 |
| HSL | 223.04º | 1% | 0.45% | - |
| HSV(B) | 223.04º | 1% | 0.9% | - |
| XYZ | 16.17 | 9.49 | 75.84 | - |
| YUV | 64.38 | 221.47 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 230 | 1 | 0.72 | 0 | 0.10 | 223.04 | 1 | 0.45 |
| Hex | 0 | 41 | E6 | 64 | 48 | 0 | A | DF | 64 | 2D |
| Octal | 0 | 101 | 346 | 144 | 110 | 0 | 12 | 337 | 144 | 55 |
| Binary | 0 | 1000001 | 11100110 | 1100100 | 1001000 | 0 | 1010 | 11011111 | 1100100 | 101101 |
Color Harmonies of #0041E6
Complementary color
Monochromatic Colors of #0041E6
Black with #0041E6
Text Example
Text Example
White with #0041E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041E6; }
p { color: rgb(0,65,230); }
H1.HeaderClassName
{
color: #0041E6;
}
.AnyTagClassName
{
color: #0041E6;
}
</style>
background-color css
<style>
a { background-color: #0041E6; }
a { background-color: rgb(0,65,230); }
div.DivClassName
{
background-color: #0041E6;
}
.BgClassName
{
background-color: #0041E6;
}
</style>
border-color css
<style>
span { border-color: #0041E6; }
span { border-color: rgb(0,65,230); }
td.TdClassName
{
border-color: #0041E6;
}
.TagClassName
{
border-color: #0041E6;
}
</style>