Shades of Medium Blue #091ABB
Tints of Medium Blue #091ABB
RGB
CMYK
RGB Variations
Color information
#091ABB (or 0x091ABB) is known color: Medium Blue. HEX triplet: 09, 1A and BB. RGB value is (9,26,187). Sum of RGB (Red+Green+Blue) = 9+26+187=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #091ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ABB is #F6E544. Grayscale: #262626. Windows color (decimal): -16180549 or 12261897. OLE color: 12261897.
HSL color Cylindrical-coordinate representation of color #091ABB: hue angle of 234.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091ABB is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 26 | 187 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.27 |
| HSL | 234.27º | 0.91% | 0.38% | - |
| HSV(B) | 234.27º | 0.95% | 0.73% | - |
| XYZ | 9.45 | 4.38 | 47.36 | - |
| YUV | 39.27 | 211.37 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 187 | 0.95 | 0.86 | 0 | 0.27 | 234.27 | 0.91 | 0.38 |
| Hex | 9 | 1A | BB | 5F | 56 | 0 | 1B | EA | 5B | 26 |
| Octal | 11 | 32 | 273 | 137 | 126 | 0 | 33 | 352 | 133 | 46 |
| Binary | 1001 | 11010 | 10111011 | 1011111 | 1010110 | 0 | 11011 | 11101010 | 1011011 | 100110 |
Color Harmonies of #091ABB
Complementary color
Monochromatic Colors of #091ABB
Black with #091ABB
Text Example
Text Example
White with #091ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091ABB; }
p { color: rgb(9,26,187); }
H1.HeaderClassName
{
color: #091ABB;
}
.AnyTagClassName
{
color: #091ABB;
}
</style>
background-color css
<style>
a { background-color: #091ABB; }
a { background-color: rgb(9,26,187); }
div.DivClassName
{
background-color: #091ABB;
}
.BgClassName
{
background-color: #091ABB;
}
</style>
border-color css
<style>
span { border-color: #091ABB; }
span { border-color: rgb(9,26,187); }
td.TdClassName
{
border-color: #091ABB;
}
.TagClassName
{
border-color: #091ABB;
}
</style>