Shades of Blue #091CEA
Tints of Blue #091CEA
RGB
CMYK
RGB Variations
Color information
#091CEA (or 0x091CEA) is known color: Blue. HEX triplet: 09, 1C and EA. RGB value is (9,28,234). Sum of RGB (Red+Green+Blue) = 9+28+234=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 234 (91.80% from 255 or 86.35% from 271); Max value from RGB is 234 - color contains mainly: blue. Hex color #091CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091CEA is #F6E315. Grayscale: #2C2C2C. Windows color (decimal): -16179990 or 15342601. OLE color: 15342601.
HSL color Cylindrical-coordinate representation of color #091CEA: hue angle of 234.93º 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 #091CEA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 28 | 234 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.08 |
| HSL | 234.93º | 0.93% | 0.48% | - |
| HSV(B) | 234.93º | 0.96% | 0.92% | - |
| XYZ | 15.38 | 6.83 | 78.35 | - |
| YUV | 45.8 | 234.21 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 234 | 0.96 | 0.88 | 0 | 0.08 | 234.93 | 0.93 | 0.48 |
| Hex | 9 | 1C | EA | 60 | 58 | 0 | 8 | EB | 5D | 30 |
| Octal | 11 | 34 | 352 | 140 | 130 | 0 | 10 | 353 | 135 | 60 |
| Binary | 1001 | 11100 | 11101010 | 1100000 | 1011000 | 0 | 1000 | 11101011 | 1011101 | 110000 |
Color Harmonies of #091CEA
Complementary color
Monochromatic Colors of #091CEA
Black with #091CEA
Text Example
Text Example
White with #091CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CEA; }
p { color: rgb(9,28,234); }
H1.HeaderClassName
{
color: #091CEA;
}
.AnyTagClassName
{
color: #091CEA;
}
</style>
background-color css
<style>
a { background-color: #091CEA; }
a { background-color: rgb(9,28,234); }
div.DivClassName
{
background-color: #091CEA;
}
.BgClassName
{
background-color: #091CEA;
}
</style>
border-color css
<style>
span { border-color: #091CEA; }
span { border-color: rgb(9,28,234); }
td.TdClassName
{
border-color: #091CEA;
}
.TagClassName
{
border-color: #091CEA;
}
</style>