Shades of Medium Blue #091ACC
Tints of Medium Blue #091ACC
RGB
CMYK
RGB Variations
Color information
#091ACC (or 0x091ACC) is known color: Medium Blue. HEX triplet: 09, 1A and CC. RGB value is (9,26,204). Sum of RGB (Red+Green+Blue) = 9+26+204=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #091ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ACC is #F6E533. Grayscale: #282828. Windows color (decimal): -16180532 or 13376009. OLE color: 13376009.
HSL color Cylindrical-coordinate representation of color #091ACC: hue angle of 234.77º 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 #091ACC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 26 | 204 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.2 |
| HSL | 234.77º | 0.92% | 0.42% | - |
| HSV(B) | 234.77º | 0.96% | 0.8% | - |
| XYZ | 11.38 | 5.16 | 57.52 | - |
| YUV | 41.21 | 219.87 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 204 | 0.96 | 0.87 | 0 | 0.2 | 234.77 | 0.92 | 0.42 |
| Hex | 9 | 1A | CC | 60 | 57 | 0 | 14 | EB | 5C | 2A |
| Octal | 11 | 32 | 314 | 140 | 127 | 0 | 24 | 353 | 134 | 52 |
| Binary | 1001 | 11010 | 11001100 | 1100000 | 1010111 | 0 | 10100 | 11101011 | 1011100 | 101010 |
Color Harmonies of #091ACC
Complementary color
Monochromatic Colors of #091ACC
Black with #091ACC
Text Example
Text Example
White with #091ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091ACC; }
p { color: rgb(9,26,204); }
H1.HeaderClassName
{
color: #091ACC;
}
.AnyTagClassName
{
color: #091ACC;
}
</style>
background-color css
<style>
a { background-color: #091ACC; }
a { background-color: rgb(9,26,204); }
div.DivClassName
{
background-color: #091ACC;
}
.BgClassName
{
background-color: #091ACC;
}
</style>
border-color css
<style>
span { border-color: #091ACC; }
span { border-color: rgb(9,26,204); }
td.TdClassName
{
border-color: #091ACC;
}
.TagClassName
{
border-color: #091ACC;
}
</style>