Shades of Medium Blue #1B05CE
Tints of Medium Blue #1B05CE
RGB
CMYK
RGB Variations
Color information
#1B05CE (or 0x1B05CE) is known color: Medium Blue. HEX triplet: 1B, 05 and CE. RGB value is (27,5,206). Sum of RGB (Red+Green+Blue) = 27+5+206=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B05CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B05CE is #E4FA31. Grayscale: #212121. Windows color (decimal): -15006258 or 13501723. OLE color: 13501723.
HSL color Cylindrical-coordinate representation of color #1B05CE: hue angle of 246.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B05CE is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 5 | 206 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.19 |
| HSL | 246.57º | 0.95% | 0.41% | - |
| HSV(B) | 246.57º | 0.98% | 0.81% | - |
| XYZ | 11.65 | 4.8 | 58.7 | - |
| YUV | 34.49 | 224.79 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 206 | 0.87 | 0.98 | 0 | 0.19 | 246.57 | 0.95 | 0.41 |
| Hex | 1B | 5 | CE | 57 | 62 | 0 | 13 | F7 | 5F | 29 |
| Octal | 33 | 5 | 316 | 127 | 142 | 0 | 23 | 367 | 137 | 51 |
| Binary | 11011 | 101 | 11001110 | 1010111 | 1100010 | 0 | 10011 | 11110111 | 1011111 | 101001 |
Color Harmonies of #1B05CE
Complementary color
Monochromatic Colors of #1B05CE
Black with #1B05CE
Text Example
Text Example
White with #1B05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05CE; }
p { color: rgb(27,5,206); }
H1.HeaderClassName
{
color: #1B05CE;
}
.AnyTagClassName
{
color: #1B05CE;
}
</style>
background-color css
<style>
a { background-color: #1B05CE; }
a { background-color: rgb(27,5,206); }
div.DivClassName
{
background-color: #1B05CE;
}
.BgClassName
{
background-color: #1B05CE;
}
</style>
border-color css
<style>
span { border-color: #1B05CE; }
span { border-color: rgb(27,5,206); }
td.TdClassName
{
border-color: #1B05CE;
}
.TagClassName
{
border-color: #1B05CE;
}
</style>