Shades of Medium Blue #091BDF
Tints of Medium Blue #091BDF
RGB
CMYK
RGB Variations
Color information
#091BDF (or 0x091BDF) is known color: Medium Blue. HEX triplet: 09, 1B and DF. RGB value is (9,27,223). Sum of RGB (Red+Green+Blue) = 9+27+223=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #091BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BDF is #F6E420. Grayscale: #2B2B2B. Windows color (decimal): -16180257 or 14621449. OLE color: 14621449.
HSL color Cylindrical-coordinate representation of color #091BDF: hue angle of 234.95º 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 #091BDF is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 27 | 223 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.13 |
| HSL | 234.95º | 0.92% | 0.45% | - |
| HSV(B) | 234.95º | 0.96% | 0.87% | - |
| XYZ | 13.82 | 6.17 | 70.27 | - |
| YUV | 43.96 | 229.04 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 223 | 0.96 | 0.88 | 0 | 0.13 | 234.95 | 0.92 | 0.45 |
| Hex | 9 | 1B | DF | 60 | 58 | 0 | D | EB | 5C | 2D |
| Octal | 11 | 33 | 337 | 140 | 130 | 0 | 15 | 353 | 134 | 55 |
| Binary | 1001 | 11011 | 11011111 | 1100000 | 1011000 | 0 | 1101 | 11101011 | 1011100 | 101101 |
Color Harmonies of #091BDF
Complementary color
Monochromatic Colors of #091BDF
Black with #091BDF
Text Example
Text Example
White with #091BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BDF; }
p { color: rgb(9,27,223); }
H1.HeaderClassName
{
color: #091BDF;
}
.AnyTagClassName
{
color: #091BDF;
}
</style>
background-color css
<style>
a { background-color: #091BDF; }
a { background-color: rgb(9,27,223); }
div.DivClassName
{
background-color: #091BDF;
}
.BgClassName
{
background-color: #091BDF;
}
</style>
border-color css
<style>
span { border-color: #091BDF; }
span { border-color: rgb(9,27,223); }
td.TdClassName
{
border-color: #091BDF;
}
.TagClassName
{
border-color: #091BDF;
}
</style>