Shades of Medium Blue #091DC0
Tints of Medium Blue #091DC0
RGB
CMYK
RGB Variations
Color information
#091DC0 (or 0x091DC0) is known color: Medium Blue. HEX triplet: 09, 1D and C0. RGB value is (9,29,192). Sum of RGB (Red+Green+Blue) = 9+29+192=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 192 (75.39% from 255 or 83.48% from 230); Max value from RGB is 192 - color contains mainly: blue. Hex color #091DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DC0 is #F6E23F. Grayscale: #282828. Windows color (decimal): -16179776 or 12590345. OLE color: 12590345.
HSL color Cylindrical-coordinate representation of color #091DC0: hue angle of 233.44º 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 #091DC0 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 29 | 192 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.25 |
| HSL | 233.44º | 0.91% | 0.39% | - |
| HSV(B) | 233.44º | 0.95% | 0.75% | - |
| XYZ | 10.07 | 4.74 | 50.25 | - |
| YUV | 41.6 | 212.87 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 192 | 0.95 | 0.85 | 0 | 0.25 | 233.44 | 0.91 | 0.39 |
| Hex | 9 | 1D | C0 | 5F | 55 | 0 | 19 | E9 | 5B | 27 |
| Octal | 11 | 35 | 300 | 137 | 125 | 0 | 31 | 351 | 133 | 47 |
| Binary | 1001 | 11101 | 11000000 | 1011111 | 1010101 | 0 | 11001 | 11101001 | 1011011 | 100111 |
Color Harmonies of #091DC0
Complementary color
Monochromatic Colors of #091DC0
Black with #091DC0
Text Example
Text Example
White with #091DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DC0; }
p { color: rgb(9,29,192); }
H1.HeaderClassName
{
color: #091DC0;
}
.AnyTagClassName
{
color: #091DC0;
}
</style>
background-color css
<style>
a { background-color: #091DC0; }
a { background-color: rgb(9,29,192); }
div.DivClassName
{
background-color: #091DC0;
}
.BgClassName
{
background-color: #091DC0;
}
</style>
border-color css
<style>
span { border-color: #091DC0; }
span { border-color: rgb(9,29,192); }
td.TdClassName
{
border-color: #091DC0;
}
.TagClassName
{
border-color: #091DC0;
}
</style>