Shades of Blue #091BEA
Tints of Blue #091BEA
RGB
CMYK
RGB Variations
Color information
#091BEA (or 0x091BEA) is known color: Blue. HEX triplet: 09, 1B and EA. RGB value is (9,27,234). Sum of RGB (Red+Green+Blue) = 9+27+234=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 234 (91.80% from 255 or 86.67% from 270); Max value from RGB is 234 - color contains mainly: blue. Hex color #091BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091BEA is #F6E415. Grayscale: #2C2C2C. Windows color (decimal): -16180246 or 15342345. OLE color: 15342345.
HSL color Cylindrical-coordinate representation of color #091BEA: hue angle of 235.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091BEA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 27 | 234 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.08 |
| HSL | 235.2º | 0.93% | 0.48% | - |
| HSV(B) | 235.2º | 0.96% | 0.92% | - |
| XYZ | 15.36 | 6.78 | 78.34 | - |
| YUV | 45.22 | 234.54 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 234 | 0.96 | 0.88 | 0 | 0.08 | 235.2 | 0.93 | 0.48 |
| Hex | 9 | 1B | EA | 60 | 58 | 0 | 8 | EB | 5D | 30 |
| Octal | 11 | 33 | 352 | 140 | 130 | 0 | 10 | 353 | 135 | 60 |
| Binary | 1001 | 11011 | 11101010 | 1100000 | 1011000 | 0 | 1000 | 11101011 | 1011101 | 110000 |
Color Harmonies of #091BEA
Complementary color
Monochromatic Colors of #091BEA
Black with #091BEA
Text Example
Text Example
White with #091BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BEA; }
p { color: rgb(9,27,234); }
H1.HeaderClassName
{
color: #091BEA;
}
.AnyTagClassName
{
color: #091BEA;
}
</style>
background-color css
<style>
a { background-color: #091BEA; }
a { background-color: rgb(9,27,234); }
div.DivClassName
{
background-color: #091BEA;
}
.BgClassName
{
background-color: #091BEA;
}
</style>
border-color css
<style>
span { border-color: #091BEA; }
span { border-color: rgb(9,27,234); }
td.TdClassName
{
border-color: #091BEA;
}
.TagClassName
{
border-color: #091BEA;
}
</style>