Shades of Medium Blue #1B08CE
Tints of Medium Blue #1B08CE
RGB
CMYK
RGB Variations
Color information
#1B08CE (or 0x1B08CE) is known color: Medium Blue. HEX triplet: 1B, 08 and CE. RGB value is (27,8,206). Sum of RGB (Red+Green+Blue) = 27+8+206=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B08CE is #E4F731. Grayscale: #232323. Windows color (decimal): -15005490 or 13502491. OLE color: 13502491.
HSL color Cylindrical-coordinate representation of color #1B08CE: hue angle of 245.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B08CE is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 8 | 206 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.19 |
| HSL | 245.76º | 0.93% | 0.42% | - |
| HSV(B) | 245.76º | 0.96% | 0.81% | - |
| XYZ | 11.68 | 4.86 | 58.72 | - |
| YUV | 36.25 | 223.79 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 206 | 0.87 | 0.96 | 0 | 0.19 | 245.76 | 0.93 | 0.42 |
| Hex | 1B | 8 | CE | 57 | 60 | 0 | 13 | F6 | 5D | 2A |
| Octal | 33 | 10 | 316 | 127 | 140 | 0 | 23 | 366 | 135 | 52 |
| Binary | 11011 | 1000 | 11001110 | 1010111 | 1100000 | 0 | 10011 | 11110110 | 1011101 | 101010 |
Color Harmonies of #1B08CE
Complementary color
Monochromatic Colors of #1B08CE
Black with #1B08CE
Text Example
Text Example
White with #1B08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B08CE; }
p { color: rgb(27,8,206); }
H1.HeaderClassName
{
color: #1B08CE;
}
.AnyTagClassName
{
color: #1B08CE;
}
</style>
background-color css
<style>
a { background-color: #1B08CE; }
a { background-color: rgb(27,8,206); }
div.DivClassName
{
background-color: #1B08CE;
}
.BgClassName
{
background-color: #1B08CE;
}
</style>
border-color css
<style>
span { border-color: #1B08CE; }
span { border-color: rgb(27,8,206); }
td.TdClassName
{
border-color: #1B08CE;
}
.TagClassName
{
border-color: #1B08CE;
}
</style>