Shades of Medium Blue #1B0FCE
Tints of Medium Blue #1B0FCE
RGB
CMYK
RGB Variations
Color information
#1B0FCE (or 0x1B0FCE) is known color: Medium Blue. HEX triplet: 1B, 0F and CE. RGB value is (27,15,206). Sum of RGB (Red+Green+Blue) = 27+15+206=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B0FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0FCE is #E4F031. Grayscale: #272727. Windows color (decimal): -15003698 or 13504283. OLE color: 13504283.
HSL color Cylindrical-coordinate representation of color #1B0FCE: hue angle of 243.77º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0FCE is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 15 | 206 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.19 |
| HSL | 243.77º | 0.86% | 0.43% | - |
| HSV(B) | 243.77º | 0.93% | 0.81% | - |
| XYZ | 11.76 | 5.03 | 58.74 | - |
| YUV | 40.36 | 221.48 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 206 | 0.87 | 0.93 | 0 | 0.19 | 243.77 | 0.86 | 0.43 |
| Hex | 1B | F | CE | 57 | 5D | 0 | 13 | F4 | 56 | 2B |
| Octal | 33 | 17 | 316 | 127 | 135 | 0 | 23 | 364 | 126 | 53 |
| Binary | 11011 | 1111 | 11001110 | 1010111 | 1011101 | 0 | 10011 | 11110100 | 1010110 | 101011 |
Color Harmonies of #1B0FCE
Complementary color
Monochromatic Colors of #1B0FCE
Black with #1B0FCE
Text Example
Text Example
White with #1B0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0FCE; }
p { color: rgb(27,15,206); }
H1.HeaderClassName
{
color: #1B0FCE;
}
.AnyTagClassName
{
color: #1B0FCE;
}
</style>
background-color css
<style>
a { background-color: #1B0FCE; }
a { background-color: rgb(27,15,206); }
div.DivClassName
{
background-color: #1B0FCE;
}
.BgClassName
{
background-color: #1B0FCE;
}
</style>
border-color css
<style>
span { border-color: #1B0FCE; }
span { border-color: rgb(27,15,206); }
td.TdClassName
{
border-color: #1B0FCE;
}
.TagClassName
{
border-color: #1B0FCE;
}
</style>