Shades of Medium Blue #091BDC
Tints of Medium Blue #091BDC
RGB
CMYK
RGB Variations
Color information
#091BDC (or 0x091BDC) is known color: Medium Blue. HEX triplet: 09, 1B and DC. RGB value is (9,27,220). Sum of RGB (Red+Green+Blue) = 9+27+220=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #091BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BDC is #F6E423. Grayscale: #2A2A2A. Windows color (decimal): -16180260 or 14424841. OLE color: 14424841.
HSL color Cylindrical-coordinate representation of color #091BDC: hue angle of 234.88º 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 #091BDC is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 27 | 220 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.14 |
| HSL | 234.88º | 0.92% | 0.45% | - |
| HSV(B) | 234.88º | 0.96% | 0.86% | - |
| XYZ | 13.42 | 6.01 | 68.16 | - |
| YUV | 43.62 | 227.54 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 220 | 0.96 | 0.88 | 0 | 0.14 | 234.88 | 0.92 | 0.45 |
| Hex | 9 | 1B | DC | 60 | 58 | 0 | E | EB | 5C | 2D |
| Octal | 11 | 33 | 334 | 140 | 130 | 0 | 16 | 353 | 134 | 55 |
| Binary | 1001 | 11011 | 11011100 | 1100000 | 1011000 | 0 | 1110 | 11101011 | 1011100 | 101101 |
Color Harmonies of #091BDC
Complementary color
Monochromatic Colors of #091BDC
Black with #091BDC
Text Example
Text Example
White with #091BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BDC; }
p { color: rgb(9,27,220); }
H1.HeaderClassName
{
color: #091BDC;
}
.AnyTagClassName
{
color: #091BDC;
}
</style>
background-color css
<style>
a { background-color: #091BDC; }
a { background-color: rgb(9,27,220); }
div.DivClassName
{
background-color: #091BDC;
}
.BgClassName
{
background-color: #091BDC;
}
</style>
border-color css
<style>
span { border-color: #091BDC; }
span { border-color: rgb(9,27,220); }
td.TdClassName
{
border-color: #091BDC;
}
.TagClassName
{
border-color: #091BDC;
}
</style>