Shades of Medium Blue #091ACD
Tints of Medium Blue #091ACD
RGB
CMYK
RGB Variations
Color information
#091ACD (or 0x091ACD) is known color: Medium Blue. HEX triplet: 09, 1A and CD. RGB value is (9,26,205). Sum of RGB (Red+Green+Blue) = 9+26+205=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #091ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ACD is #F6E532. Grayscale: #282828. Windows color (decimal): -16180531 or 13441545. OLE color: 13441545.
HSL color Cylindrical-coordinate representation of color #091ACD: hue angle of 234.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091ACD is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 26 | 205 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.20 |
| HSL | 234.8º | 0.92% | 0.42% | - |
| HSV(B) | 234.8º | 0.96% | 0.8% | - |
| XYZ | 11.5 | 5.2 | 58.16 | - |
| YUV | 41.32 | 220.37 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 205 | 0.96 | 0.87 | 0 | 0.20 | 234.8 | 0.92 | 0.42 |
| Hex | 9 | 1A | CD | 60 | 57 | 0 | 14 | EB | 5C | 2A |
| Octal | 11 | 32 | 315 | 140 | 127 | 0 | 24 | 353 | 134 | 52 |
| Binary | 1001 | 11010 | 11001101 | 1100000 | 1010111 | 0 | 10100 | 11101011 | 1011100 | 101010 |
Color Harmonies of #091ACD
Complementary color
Monochromatic Colors of #091ACD
Black with #091ACD
Text Example
Text Example
White with #091ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091ACD; }
p { color: rgb(9,26,205); }
H1.HeaderClassName
{
color: #091ACD;
}
.AnyTagClassName
{
color: #091ACD;
}
</style>
background-color css
<style>
a { background-color: #091ACD; }
a { background-color: rgb(9,26,205); }
div.DivClassName
{
background-color: #091ACD;
}
.BgClassName
{
background-color: #091ACD;
}
</style>
border-color css
<style>
span { border-color: #091ACD; }
span { border-color: rgb(9,26,205); }
td.TdClassName
{
border-color: #091ACD;
}
.TagClassName
{
border-color: #091ACD;
}
</style>