Shades of Medium Blue #091EC3
Tints of Medium Blue #091EC3
RGB
CMYK
RGB Variations
Color information
#091EC3 (or 0x091EC3) is known color: Medium Blue. HEX triplet: 09, 1E and C3. RGB value is (9,30,195). Sum of RGB (Red+Green+Blue) = 9+30+195=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 195 (76.56% from 255 or 83.33% from 234); Max value from RGB is 195 - color contains mainly: blue. Hex color #091EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EC3 is #F6E13C. Grayscale: #292929. Windows color (decimal): -16179517 or 12787209. OLE color: 12787209.
HSL color Cylindrical-coordinate representation of color #091EC3: hue angle of 233.23º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091EC3 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 30 | 195 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.24 |
| HSL | 233.23º | 0.91% | 0.4% | - |
| HSV(B) | 233.23º | 0.95% | 0.76% | - |
| XYZ | 10.43 | 4.93 | 52.03 | - |
| YUV | 42.53 | 214.04 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 195 | 0.95 | 0.85 | 0 | 0.24 | 233.23 | 0.91 | 0.4 |
| Hex | 9 | 1E | C3 | 5F | 55 | 0 | 18 | E9 | 5B | 28 |
| Octal | 11 | 36 | 303 | 137 | 125 | 0 | 30 | 351 | 133 | 50 |
| Binary | 1001 | 11110 | 11000011 | 1011111 | 1010101 | 0 | 11000 | 11101001 | 1011011 | 101000 |
Color Harmonies of #091EC3
Complementary color
Monochromatic Colors of #091EC3
Black with #091EC3
Text Example
Text Example
White with #091EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EC3; }
p { color: rgb(9,30,195); }
H1.HeaderClassName
{
color: #091EC3;
}
.AnyTagClassName
{
color: #091EC3;
}
</style>
background-color css
<style>
a { background-color: #091EC3; }
a { background-color: rgb(9,30,195); }
div.DivClassName
{
background-color: #091EC3;
}
.BgClassName
{
background-color: #091EC3;
}
</style>
border-color css
<style>
span { border-color: #091EC3; }
span { border-color: rgb(9,30,195); }
td.TdClassName
{
border-color: #091EC3;
}
.TagClassName
{
border-color: #091EC3;
}
</style>