Shades of Medium Blue #1B09CB
Tints of Medium Blue #1B09CB
RGB
CMYK
RGB Variations
Color information
#1B09CB (or 0x1B09CB) is known color: Medium Blue. HEX triplet: 1B, 09 and CB. RGB value is (27,9,203). Sum of RGB (Red+Green+Blue) = 27+9+203=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 9 (3.91% from 255 or 3.77% 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 #1B09CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B09CB is #E4F634. Grayscale: #232323. Windows color (decimal): -15005237 or 13306139. OLE color: 13306139.
HSL color Cylindrical-coordinate representation of color #1B09CB: hue angle of 245.57º 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 #1B09CB is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 9 | 203 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.20 |
| HSL | 245.57º | 0.92% | 0.42% | - |
| HSV(B) | 245.57º | 0.96% | 0.8% | - |
| XYZ | 11.33 | 4.74 | 56.82 | - |
| YUV | 36.5 | 221.96 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 203 | 0.87 | 0.96 | 0 | 0.20 | 245.57 | 0.92 | 0.42 |
| Hex | 1B | 9 | CB | 57 | 60 | 0 | 14 | F6 | 5C | 2A |
| Octal | 33 | 11 | 313 | 127 | 140 | 0 | 24 | 366 | 134 | 52 |
| Binary | 11011 | 1001 | 11001011 | 1010111 | 1100000 | 0 | 10100 | 11110110 | 1011100 | 101010 |
Color Harmonies of #1B09CB
Complementary color
Monochromatic Colors of #1B09CB
Black with #1B09CB
Text Example
Text Example
White with #1B09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B09CB; }
p { color: rgb(27,9,203); }
H1.HeaderClassName
{
color: #1B09CB;
}
.AnyTagClassName
{
color: #1B09CB;
}
</style>
background-color css
<style>
a { background-color: #1B09CB; }
a { background-color: rgb(27,9,203); }
div.DivClassName
{
background-color: #1B09CB;
}
.BgClassName
{
background-color: #1B09CB;
}
</style>
border-color css
<style>
span { border-color: #1B09CB; }
span { border-color: rgb(27,9,203); }
td.TdClassName
{
border-color: #1B09CB;
}
.TagClassName
{
border-color: #1B09CB;
}
</style>