Shades of Navy Blue #0941F1
Tints of Navy Blue #0941F1
RGB
CMYK
RGB Variations
Color information
#0941F1 (or 0x0941F1) is known color: Navy Blue. HEX triplet: 09, 41 and F1. RGB value is (9,65,241). Sum of RGB (Red+Green+Blue) = 9+65+241=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #0941F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0941F1 is #F6BE0E. Grayscale: #434343. Windows color (decimal): -16170511 or 15810825. OLE color: 15810825.
HSL color Cylindrical-coordinate representation of color #0941F1: hue angle of 225.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0941F1 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 65 | 241 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.05 |
| HSL | 225.52º | 0.93% | 0.49% | - |
| HSV(B) | 225.52º | 0.96% | 0.95% | - |
| XYZ | 17.88 | 10.19 | 84.24 | - |
| YUV | 68.32 | 225.45 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 241 | 0.96 | 0.73 | 0 | 0.05 | 225.52 | 0.93 | 0.49 |
| Hex | 9 | 41 | F1 | 60 | 49 | 0 | 5 | E2 | 5D | 31 |
| Octal | 11 | 101 | 361 | 140 | 111 | 0 | 5 | 342 | 135 | 61 |
| Binary | 1001 | 1000001 | 11110001 | 1100000 | 1001001 | 0 | 101 | 11100010 | 1011101 | 110001 |
Color Harmonies of #0941F1
Complementary color
Monochromatic Colors of #0941F1
Black with #0941F1
Text Example
Text Example
White with #0941F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0941F1; }
p { color: rgb(9,65,241); }
H1.HeaderClassName
{
color: #0941F1;
}
.AnyTagClassName
{
color: #0941F1;
}
</style>
background-color css
<style>
a { background-color: #0941F1; }
a { background-color: rgb(9,65,241); }
div.DivClassName
{
background-color: #0941F1;
}
.BgClassName
{
background-color: #0941F1;
}
</style>
border-color css
<style>
span { border-color: #0941F1; }
span { border-color: rgb(9,65,241); }
td.TdClassName
{
border-color: #0941F1;
}
.TagClassName
{
border-color: #0941F1;
}
</style>