Shades of Medium Blue #091EC8
Tints of Medium Blue #091EC8
RGB
CMYK
RGB Variations
Color information
#091EC8 (or 0x091EC8) is known color: Medium Blue. HEX triplet: 09, 1E and C8. RGB value is (9,30,200). Sum of RGB (Red+Green+Blue) = 9+30+200=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 200 (78.52% from 255 or 83.68% from 239); Max value from RGB is 200 - color contains mainly: blue. Hex color #091EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EC8 is #F6E137. Grayscale: #2A2A2A. Windows color (decimal): -16179512 or 13114889. OLE color: 13114889.
HSL color Cylindrical-coordinate representation of color #091EC8: hue angle of 233.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091EC8 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 30 | 200 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.22 |
| HSL | 233.4º | 0.91% | 0.41% | - |
| HSV(B) | 233.4º | 0.96% | 0.78% | - |
| XYZ | 11 | 5.16 | 55.06 | - |
| YUV | 43.1 | 216.54 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 200 | 0.96 | 0.85 | 0 | 0.22 | 233.4 | 0.91 | 0.41 |
| Hex | 9 | 1E | C8 | 60 | 55 | 0 | 16 | E9 | 5B | 29 |
| Octal | 11 | 36 | 310 | 140 | 125 | 0 | 26 | 351 | 133 | 51 |
| Binary | 1001 | 11110 | 11001000 | 1100000 | 1010101 | 0 | 10110 | 11101001 | 1011011 | 101001 |
Color Harmonies of #091EC8
Complementary color
Monochromatic Colors of #091EC8
Black with #091EC8
Text Example
Text Example
White with #091EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EC8; }
p { color: rgb(9,30,200); }
H1.HeaderClassName
{
color: #091EC8;
}
.AnyTagClassName
{
color: #091EC8;
}
</style>
background-color css
<style>
a { background-color: #091EC8; }
a { background-color: rgb(9,30,200); }
div.DivClassName
{
background-color: #091EC8;
}
.BgClassName
{
background-color: #091EC8;
}
</style>
border-color css
<style>
span { border-color: #091EC8; }
span { border-color: rgb(9,30,200); }
td.TdClassName
{
border-color: #091EC8;
}
.TagClassName
{
border-color: #091EC8;
}
</style>