Shades of Navy Blue #0841EF
Tints of Navy Blue #0841EF
RGB
CMYK
RGB Variations
Color information
#0841EF (or 0x0841EF) is known color: Navy Blue. HEX triplet: 08, 41 and EF. RGB value is (8,65,239). Sum of RGB (Red+Green+Blue) = 8+65+239=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #0841EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0841EF is #F7BE10. Grayscale: #434343. Windows color (decimal): -16236049 or 15679752. OLE color: 15679752.
HSL color Cylindrical-coordinate representation of color #0841EF: hue angle of 225.19º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0841EF is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 65 | 239 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.06 |
| HSL | 225.19º | 0.94% | 0.48% | - |
| HSV(B) | 225.19º | 0.97% | 0.94% | - |
| XYZ | 17.57 | 10.06 | 82.68 | - |
| YUV | 67.79 | 224.62 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 239 | 0.97 | 0.73 | 0 | 0.06 | 225.19 | 0.94 | 0.48 |
| Hex | 8 | 41 | EF | 61 | 49 | 0 | 6 | E1 | 5E | 30 |
| Octal | 10 | 101 | 357 | 141 | 111 | 0 | 6 | 341 | 136 | 60 |
| Binary | 1000 | 1000001 | 11101111 | 1100001 | 1001001 | 0 | 110 | 11100001 | 1011110 | 110000 |
Color Harmonies of #0841EF
Complementary color
Monochromatic Colors of #0841EF
Black with #0841EF
Text Example
Text Example
White with #0841EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0841EF; }
p { color: rgb(8,65,239); }
H1.HeaderClassName
{
color: #0841EF;
}
.AnyTagClassName
{
color: #0841EF;
}
</style>
background-color css
<style>
a { background-color: #0841EF; }
a { background-color: rgb(8,65,239); }
div.DivClassName
{
background-color: #0841EF;
}
.BgClassName
{
background-color: #0841EF;
}
</style>
border-color css
<style>
span { border-color: #0841EF; }
span { border-color: rgb(8,65,239); }
td.TdClassName
{
border-color: #0841EF;
}
.TagClassName
{
border-color: #0841EF;
}
</style>