Shades of Medium Blue #1B08CB
Tints of Medium Blue #1B08CB
RGB
CMYK
RGB Variations
Color information
#1B08CB (or 0x1B08CB) is known color: Medium Blue. HEX triplet: 1B, 08 and CB. RGB value is (27,8,203). Sum of RGB (Red+Green+Blue) = 27+8+203=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B08CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B08CB is #E4F734. Grayscale: #232323. Windows color (decimal): -15005493 or 13305883. OLE color: 13305883.
HSL color Cylindrical-coordinate representation of color #1B08CB: hue angle of 245.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B08CB is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 8 | 203 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.20 |
| HSL | 245.85º | 0.92% | 0.41% | - |
| HSV(B) | 245.85º | 0.96% | 0.8% | - |
| XYZ | 11.32 | 4.72 | 56.81 | - |
| YUV | 35.91 | 222.29 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 203 | 0.87 | 0.96 | 0 | 0.20 | 245.85 | 0.92 | 0.41 |
| Hex | 1B | 8 | CB | 57 | 60 | 0 | 14 | F6 | 5C | 29 |
| Octal | 33 | 10 | 313 | 127 | 140 | 0 | 24 | 366 | 134 | 51 |
| Binary | 11011 | 1000 | 11001011 | 1010111 | 1100000 | 0 | 10100 | 11110110 | 1011100 | 101001 |
Color Harmonies of #1B08CB
Complementary color
Monochromatic Colors of #1B08CB
Black with #1B08CB
Text Example
Text Example
White with #1B08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B08CB; }
p { color: rgb(27,8,203); }
H1.HeaderClassName
{
color: #1B08CB;
}
.AnyTagClassName
{
color: #1B08CB;
}
</style>
background-color css
<style>
a { background-color: #1B08CB; }
a { background-color: rgb(27,8,203); }
div.DivClassName
{
background-color: #1B08CB;
}
.BgClassName
{
background-color: #1B08CB;
}
</style>
border-color css
<style>
span { border-color: #1B08CB; }
span { border-color: rgb(27,8,203); }
td.TdClassName
{
border-color: #1B08CB;
}
.TagClassName
{
border-color: #1B08CB;
}
</style>