Shades of Blue #091FE9
Tints of Blue #091FE9
RGB
CMYK
RGB Variations
Color information
#091FE9 (or 0x091FE9) is known color: Blue. HEX triplet: 09, 1F and E9. RGB value is (9,31,233). Sum of RGB (Red+Green+Blue) = 9+31+233=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 233 (91.41% from 255 or 85.35% from 273); Max value from RGB is 233 - color contains mainly: blue. Hex color #091FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091FE9 is #F6E016. Grayscale: #2E2E2E. Windows color (decimal): -16179223 or 15277833. OLE color: 15277833.
HSL color Cylindrical-coordinate representation of color #091FE9: hue angle of 234.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091FE9 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 31 | 233 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.09 |
| HSL | 234.11º | 0.93% | 0.47% | - |
| HSV(B) | 234.11º | 0.96% | 0.91% | - |
| XYZ | 15.31 | 6.92 | 77.62 | - |
| YUV | 47.45 | 232.71 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 233 | 0.96 | 0.87 | 0 | 0.09 | 234.11 | 0.93 | 0.47 |
| Hex | 9 | 1F | E9 | 60 | 57 | 0 | 9 | EA | 5D | 2F |
| Octal | 11 | 37 | 351 | 140 | 127 | 0 | 11 | 352 | 135 | 57 |
| Binary | 1001 | 11111 | 11101001 | 1100000 | 1010111 | 0 | 1001 | 11101010 | 1011101 | 101111 |
Color Harmonies of #091FE9
Complementary color
Monochromatic Colors of #091FE9
Black with #091FE9
Text Example
Text Example
White with #091FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091FE9; }
p { color: rgb(9,31,233); }
H1.HeaderClassName
{
color: #091FE9;
}
.AnyTagClassName
{
color: #091FE9;
}
</style>
background-color css
<style>
a { background-color: #091FE9; }
a { background-color: rgb(9,31,233); }
div.DivClassName
{
background-color: #091FE9;
}
.BgClassName
{
background-color: #091FE9;
}
</style>
border-color css
<style>
span { border-color: #091FE9; }
span { border-color: rgb(9,31,233); }
td.TdClassName
{
border-color: #091FE9;
}
.TagClassName
{
border-color: #091FE9;
}
</style>