Shades of Medium Blue #091BDD
Tints of Medium Blue #091BDD
RGB
CMYK
RGB Variations
Color information
#091BDD (or 0x091BDD) is known color: Medium Blue. HEX triplet: 09, 1B and DD. RGB value is (9,27,221). Sum of RGB (Red+Green+Blue) = 9+27+221=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #091BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BDD is #F6E422. Grayscale: #2A2A2A. Windows color (decimal): -16180259 or 14490377. OLE color: 14490377.
HSL color Cylindrical-coordinate representation of color #091BDD: hue angle of 234.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091BDD is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 27 | 221 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.13 |
| HSL | 234.91º | 0.92% | 0.45% | - |
| HSV(B) | 234.91º | 0.96% | 0.87% | - |
| XYZ | 13.56 | 6.06 | 68.86 | - |
| YUV | 43.73 | 228.04 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 221 | 0.96 | 0.88 | 0 | 0.13 | 234.91 | 0.92 | 0.45 |
| Hex | 9 | 1B | DD | 60 | 58 | 0 | D | EB | 5C | 2D |
| Octal | 11 | 33 | 335 | 140 | 130 | 0 | 15 | 353 | 134 | 55 |
| Binary | 1001 | 11011 | 11011101 | 1100000 | 1011000 | 0 | 1101 | 11101011 | 1011100 | 101101 |
Color Harmonies of #091BDD
Complementary color
Monochromatic Colors of #091BDD
Black with #091BDD
Text Example
Text Example
White with #091BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BDD; }
p { color: rgb(9,27,221); }
H1.HeaderClassName
{
color: #091BDD;
}
.AnyTagClassName
{
color: #091BDD;
}
</style>
background-color css
<style>
a { background-color: #091BDD; }
a { background-color: rgb(9,27,221); }
div.DivClassName
{
background-color: #091BDD;
}
.BgClassName
{
background-color: #091BDD;
}
</style>
border-color css
<style>
span { border-color: #091BDD; }
span { border-color: rgb(9,27,221); }
td.TdClassName
{
border-color: #091BDD;
}
.TagClassName
{
border-color: #091BDD;
}
</style>