Shades of Navy Blue #0041EC
Tints of Navy Blue #0041EC
RGB
CMYK
RGB Variations
Color information
#0041EC (or 0x0041EC) is known color: Navy Blue. HEX triplet: 00, 41 and EC. RGB value is (0,65,236). Sum of RGB (Red+Green+Blue) = 0+65+236=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #0041EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0041EC is #FFBE13. Grayscale: #404040. Windows color (decimal): -16760340 or 15483136. OLE color: 15483136.
HSL color Cylindrical-coordinate representation of color #0041EC: hue angle of 223.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041EC is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 65 | 236 | - |
| CMYK | 1 | 0.72 | 0 | 0.07 |
| HSL | 223.47º | 1% | 0.46% | - |
| HSV(B) | 223.47º | 1% | 0.93% | - |
| XYZ | 17.03 | 9.84 | 80.36 | - |
| YUV | 65.06 | 224.47 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 236 | 1 | 0.72 | 0 | 0.07 | 223.47 | 1 | 0.46 |
| Hex | 0 | 41 | EC | 64 | 48 | 0 | 7 | DF | 64 | 2E |
| Octal | 0 | 101 | 354 | 144 | 110 | 0 | 7 | 337 | 144 | 56 |
| Binary | 0 | 1000001 | 11101100 | 1100100 | 1001000 | 0 | 111 | 11011111 | 1100100 | 101110 |
Color Harmonies of #0041EC
Complementary color
Monochromatic Colors of #0041EC
Black with #0041EC
Text Example
Text Example
White with #0041EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041EC; }
p { color: rgb(0,65,236); }
H1.HeaderClassName
{
color: #0041EC;
}
.AnyTagClassName
{
color: #0041EC;
}
</style>
background-color css
<style>
a { background-color: #0041EC; }
a { background-color: rgb(0,65,236); }
div.DivClassName
{
background-color: #0041EC;
}
.BgClassName
{
background-color: #0041EC;
}
</style>
border-color css
<style>
span { border-color: #0041EC; }
span { border-color: rgb(0,65,236); }
td.TdClassName
{
border-color: #0041EC;
}
.TagClassName
{
border-color: #0041EC;
}
</style>