Shades of Medium Blue #091EDA
Tints of Medium Blue #091EDA
RGB
CMYK
RGB Variations
Color information
#091EDA (or 0x091EDA) is known color: Medium Blue. HEX triplet: 09, 1E and DA. RGB value is (9,30,218). Sum of RGB (Red+Green+Blue) = 9+30+218=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 218 (85.55% from 255 or 84.82% from 257); Max value from RGB is 218 - color contains mainly: blue. Hex color #091EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EDA is #F6E125. Grayscale: #2C2C2C. Windows color (decimal): -16179494 or 14294537. OLE color: 14294537.
HSL color Cylindrical-coordinate representation of color #091EDA: hue angle of 233.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091EDA is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 30 | 218 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.15 |
| HSL | 233.97º | 0.92% | 0.45% | - |
| HSV(B) | 233.97º | 0.96% | 0.85% | - |
| XYZ | 13.23 | 6.05 | 66.8 | - |
| YUV | 45.15 | 225.54 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 218 | 0.96 | 0.86 | 0 | 0.15 | 233.97 | 0.92 | 0.45 |
| Hex | 9 | 1E | DA | 60 | 56 | 0 | F | EA | 5C | 2D |
| Octal | 11 | 36 | 332 | 140 | 126 | 0 | 17 | 352 | 134 | 55 |
| Binary | 1001 | 11110 | 11011010 | 1100000 | 1010110 | 0 | 1111 | 11101010 | 1011100 | 101101 |
Color Harmonies of #091EDA
Complementary color
Monochromatic Colors of #091EDA
Black with #091EDA
Text Example
Text Example
White with #091EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EDA; }
p { color: rgb(9,30,218); }
H1.HeaderClassName
{
color: #091EDA;
}
.AnyTagClassName
{
color: #091EDA;
}
</style>
background-color css
<style>
a { background-color: #091EDA; }
a { background-color: rgb(9,30,218); }
div.DivClassName
{
background-color: #091EDA;
}
.BgClassName
{
background-color: #091EDA;
}
</style>
border-color css
<style>
span { border-color: #091EDA; }
span { border-color: rgb(9,30,218); }
td.TdClassName
{
border-color: #091EDA;
}
.TagClassName
{
border-color: #091EDA;
}
</style>