Shades of Medium Blue #091BCB
Tints of Medium Blue #091BCB
RGB
CMYK
RGB Variations
Color information
#091BCB (or 0x091BCB) is known color: Medium Blue. HEX triplet: 09, 1B and CB. RGB value is (9,27,203). Sum of RGB (Red+Green+Blue) = 9+27+203=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #091BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BCB is #F6E434. Grayscale: #282828. Windows color (decimal): -16180277 or 13310729. OLE color: 13310729.
HSL color Cylindrical-coordinate representation of color #091BCB: hue angle of 234.43º 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 #091BCB is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 27 | 203 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.20 |
| HSL | 234.43º | 0.92% | 0.42% | - |
| HSV(B) | 234.43º | 0.96% | 0.8% | - |
| XYZ | 11.28 | 5.15 | 56.9 | - |
| YUV | 41.68 | 219.04 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 203 | 0.96 | 0.87 | 0 | 0.20 | 234.43 | 0.92 | 0.42 |
| Hex | 9 | 1B | CB | 60 | 57 | 0 | 14 | EA | 5C | 2A |
| Octal | 11 | 33 | 313 | 140 | 127 | 0 | 24 | 352 | 134 | 52 |
| Binary | 1001 | 11011 | 11001011 | 1100000 | 1010111 | 0 | 10100 | 11101010 | 1011100 | 101010 |
Color Harmonies of #091BCB
Complementary color
Monochromatic Colors of #091BCB
Black with #091BCB
Text Example
Text Example
White with #091BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BCB; }
p { color: rgb(9,27,203); }
H1.HeaderClassName
{
color: #091BCB;
}
.AnyTagClassName
{
color: #091BCB;
}
</style>
background-color css
<style>
a { background-color: #091BCB; }
a { background-color: rgb(9,27,203); }
div.DivClassName
{
background-color: #091BCB;
}
.BgClassName
{
background-color: #091BCB;
}
</style>
border-color css
<style>
span { border-color: #091BCB; }
span { border-color: rgb(9,27,203); }
td.TdClassName
{
border-color: #091BCB;
}
.TagClassName
{
border-color: #091BCB;
}
</style>