Shades of Medium Blue #091EC7
Tints of Medium Blue #091EC7
RGB
CMYK
RGB Variations
Color information
#091EC7 (or 0x091EC7) is known color: Medium Blue. HEX triplet: 09, 1E and C7. RGB value is (9,30,199). Sum of RGB (Red+Green+Blue) = 9+30+199=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 199 (78.12% from 255 or 83.61% from 238); Max value from RGB is 199 - color contains mainly: blue. Hex color #091EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EC7 is #F6E138. Grayscale: #2A2A2A. Windows color (decimal): -16179513 or 13049353. OLE color: 13049353.
HSL color Cylindrical-coordinate representation of color #091EC7: hue angle of 233.37º 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 #091EC7 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 30 | 199 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.22 |
| HSL | 233.37º | 0.91% | 0.41% | - |
| HSV(B) | 233.37º | 0.95% | 0.78% | - |
| XYZ | 10.89 | 5.11 | 54.45 | - |
| YUV | 42.99 | 216.04 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 199 | 0.95 | 0.85 | 0 | 0.22 | 233.37 | 0.91 | 0.41 |
| Hex | 9 | 1E | C7 | 5F | 55 | 0 | 16 | E9 | 5B | 29 |
| Octal | 11 | 36 | 307 | 137 | 125 | 0 | 26 | 351 | 133 | 51 |
| Binary | 1001 | 11110 | 11000111 | 1011111 | 1010101 | 0 | 10110 | 11101001 | 1011011 | 101001 |
Color Harmonies of #091EC7
Complementary color
Monochromatic Colors of #091EC7
Black with #091EC7
Text Example
Text Example
White with #091EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EC7; }
p { color: rgb(9,30,199); }
H1.HeaderClassName
{
color: #091EC7;
}
.AnyTagClassName
{
color: #091EC7;
}
</style>
background-color css
<style>
a { background-color: #091EC7; }
a { background-color: rgb(9,30,199); }
div.DivClassName
{
background-color: #091EC7;
}
.BgClassName
{
background-color: #091EC7;
}
</style>
border-color css
<style>
span { border-color: #091EC7; }
span { border-color: rgb(9,30,199); }
td.TdClassName
{
border-color: #091EC7;
}
.TagClassName
{
border-color: #091EC7;
}
</style>