Shades of Medium Blue #091CC0
Tints of Medium Blue #091CC0
RGB
CMYK
RGB Variations
Color information
#091CC0 (or 0x091CC0) is known color: Medium Blue. HEX triplet: 09, 1C and C0. RGB value is (9,28,192). Sum of RGB (Red+Green+Blue) = 9+28+192=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 192 (75.39% from 255 or 83.84% from 229); Max value from RGB is 192 - color contains mainly: blue. Hex color #091CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CC0 is #F6E33F. Grayscale: #282828. Windows color (decimal): -16180032 or 12590089. OLE color: 12590089.
HSL color Cylindrical-coordinate representation of color #091CC0: hue angle of 233.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CC0 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 28 | 192 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.25 |
| HSL | 233.77º | 0.91% | 0.39% | - |
| HSV(B) | 233.77º | 0.95% | 0.75% | - |
| XYZ | 10.04 | 4.69 | 50.25 | - |
| YUV | 41.02 | 213.21 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 192 | 0.95 | 0.85 | 0 | 0.25 | 233.77 | 0.91 | 0.39 |
| Hex | 9 | 1C | C0 | 5F | 55 | 0 | 19 | EA | 5B | 27 |
| Octal | 11 | 34 | 300 | 137 | 125 | 0 | 31 | 352 | 133 | 47 |
| Binary | 1001 | 11100 | 11000000 | 1011111 | 1010101 | 0 | 11001 | 11101010 | 1011011 | 100111 |
Color Harmonies of #091CC0
Complementary color
Monochromatic Colors of #091CC0
Black with #091CC0
Text Example
Text Example
White with #091CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CC0; }
p { color: rgb(9,28,192); }
H1.HeaderClassName
{
color: #091CC0;
}
.AnyTagClassName
{
color: #091CC0;
}
</style>
background-color css
<style>
a { background-color: #091CC0; }
a { background-color: rgb(9,28,192); }
div.DivClassName
{
background-color: #091CC0;
}
.BgClassName
{
background-color: #091CC0;
}
</style>
border-color css
<style>
span { border-color: #091CC0; }
span { border-color: rgb(9,28,192); }
td.TdClassName
{
border-color: #091CC0;
}
.TagClassName
{
border-color: #091CC0;
}
</style>