Shades of Medium Blue #091ADB
Tints of Medium Blue #091ADB
RGB
CMYK
RGB Variations
Color information
#091ADB (or 0x091ADB) is known color: Medium Blue. HEX triplet: 09, 1A and DB. RGB value is (9,26,219). Sum of RGB (Red+Green+Blue) = 9+26+219=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #091ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ADB is #F6E524. Grayscale: #2A2A2A. Windows color (decimal): -16180517 or 14359049. OLE color: 14359049.
HSL color Cylindrical-coordinate representation of color #091ADB: hue angle of 235.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091ADB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 26 | 219 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.14 |
| HSL | 235.14º | 0.92% | 0.45% | - |
| HSV(B) | 235.14º | 0.96% | 0.86% | - |
| XYZ | 13.27 | 5.91 | 67.46 | - |
| YUV | 42.92 | 227.37 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 219 | 0.96 | 0.88 | 0 | 0.14 | 235.14 | 0.92 | 0.45 |
| Hex | 9 | 1A | DB | 60 | 58 | 0 | E | EB | 5C | 2D |
| Octal | 11 | 32 | 333 | 140 | 130 | 0 | 16 | 353 | 134 | 55 |
| Binary | 1001 | 11010 | 11011011 | 1100000 | 1011000 | 0 | 1110 | 11101011 | 1011100 | 101101 |
Color Harmonies of #091ADB
Complementary color
Monochromatic Colors of #091ADB
Black with #091ADB
Text Example
Text Example
White with #091ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091ADB; }
p { color: rgb(9,26,219); }
H1.HeaderClassName
{
color: #091ADB;
}
.AnyTagClassName
{
color: #091ADB;
}
</style>
background-color css
<style>
a { background-color: #091ADB; }
a { background-color: rgb(9,26,219); }
div.DivClassName
{
background-color: #091ADB;
}
.BgClassName
{
background-color: #091ADB;
}
</style>
border-color css
<style>
span { border-color: #091ADB; }
span { border-color: rgb(9,26,219); }
td.TdClassName
{
border-color: #091ADB;
}
.TagClassName
{
border-color: #091ADB;
}
</style>