Shades of Medium Blue #091BC2
Tints of Medium Blue #091BC2
RGB
CMYK
RGB Variations
Color information
#091BC2 (or 0x091BC2) is known color: Medium Blue. HEX triplet: 09, 1B and C2. RGB value is (9,27,194). Sum of RGB (Red+Green+Blue) = 9+27+194=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 194 (76.17% from 255 or 84.35% from 230); Max value from RGB is 194 - color contains mainly: blue. Hex color #091BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BC2 is #F6E43D. Grayscale: #272727. Windows color (decimal): -16180286 or 12720905. OLE color: 12720905.
HSL color Cylindrical-coordinate representation of color #091BC2: hue angle of 234.16º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091BC2 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 27 | 194 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.24 |
| HSL | 234.16º | 0.91% | 0.4% | - |
| HSV(B) | 234.16º | 0.95% | 0.76% | - |
| XYZ | 10.24 | 4.74 | 51.41 | - |
| YUV | 40.66 | 214.54 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 194 | 0.95 | 0.86 | 0 | 0.24 | 234.16 | 0.91 | 0.4 |
| Hex | 9 | 1B | C2 | 5F | 56 | 0 | 18 | EA | 5B | 28 |
| Octal | 11 | 33 | 302 | 137 | 126 | 0 | 30 | 352 | 133 | 50 |
| Binary | 1001 | 11011 | 11000010 | 1011111 | 1010110 | 0 | 11000 | 11101010 | 1011011 | 101000 |
Color Harmonies of #091BC2
Complementary color
Monochromatic Colors of #091BC2
Black with #091BC2
Text Example
Text Example
White with #091BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BC2; }
p { color: rgb(9,27,194); }
H1.HeaderClassName
{
color: #091BC2;
}
.AnyTagClassName
{
color: #091BC2;
}
</style>
background-color css
<style>
a { background-color: #091BC2; }
a { background-color: rgb(9,27,194); }
div.DivClassName
{
background-color: #091BC2;
}
.BgClassName
{
background-color: #091BC2;
}
</style>
border-color css
<style>
span { border-color: #091BC2; }
span { border-color: rgb(9,27,194); }
td.TdClassName
{
border-color: #091BC2;
}
.TagClassName
{
border-color: #091BC2;
}
</style>