Shades of Navy Blue #0941EF
Tints of Navy Blue #0941EF
RGB
CMYK
RGB Variations
Color information
#0941EF (or 0x0941EF) is known color: Navy Blue. HEX triplet: 09, 41 and EF. RGB value is (9,65,239). Sum of RGB (Red+Green+Blue) = 9+65+239=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #0941EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0941EF is #F6BE10. Grayscale: #434343. Windows color (decimal): -16170513 or 15679753. OLE color: 15679753.
HSL color Cylindrical-coordinate representation of color #0941EF: hue angle of 225.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0941EF is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 65 | 239 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.06 |
| HSL | 225.39º | 0.93% | 0.49% | - |
| HSV(B) | 225.39º | 0.96% | 0.94% | - |
| XYZ | 17.58 | 10.07 | 82.68 | - |
| YUV | 68.09 | 224.45 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 239 | 0.96 | 0.73 | 0 | 0.06 | 225.39 | 0.93 | 0.49 |
| Hex | 9 | 41 | EF | 60 | 49 | 0 | 6 | E1 | 5D | 31 |
| Octal | 11 | 101 | 357 | 140 | 111 | 0 | 6 | 341 | 135 | 61 |
| Binary | 1001 | 1000001 | 11101111 | 1100000 | 1001001 | 0 | 110 | 11100001 | 1011101 | 110001 |
Color Harmonies of #0941EF
Complementary color
Monochromatic Colors of #0941EF
Black with #0941EF
Text Example
Text Example
White with #0941EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0941EF; }
p { color: rgb(9,65,239); }
H1.HeaderClassName
{
color: #0941EF;
}
.AnyTagClassName
{
color: #0941EF;
}
</style>
background-color css
<style>
a { background-color: #0941EF; }
a { background-color: rgb(9,65,239); }
div.DivClassName
{
background-color: #0941EF;
}
.BgClassName
{
background-color: #0941EF;
}
</style>
border-color css
<style>
span { border-color: #0941EF; }
span { border-color: rgb(9,65,239); }
td.TdClassName
{
border-color: #0941EF;
}
.TagClassName
{
border-color: #0941EF;
}
</style>