Shades of Medium Blue #1B15DF
Tints of Medium Blue #1B15DF
RGB
CMYK
RGB Variations
Color information
#1B15DF (or 0x1B15DF) is known color: Medium Blue. HEX triplet: 1B, 15 and DF. RGB value is (27,21,223). Sum of RGB (Red+Green+Blue) = 27+21+223=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B15DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B15DF is #E4EA20. Grayscale: #2D2D2D. Windows color (decimal): -15002145 or 14619931. OLE color: 14619931.
HSL color Cylindrical-coordinate representation of color #1B15DF: hue angle of 241.78º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B15DF is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 21 | 223 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.13 |
| HSL | 241.78º | 0.83% | 0.48% | - |
| HSV(B) | 241.78º | 0.91% | 0.87% | - |
| XYZ | 14.04 | 6.1 | 70.25 | - |
| YUV | 45.82 | 227.99 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 223 | 0.88 | 0.91 | 0 | 0.13 | 241.78 | 0.83 | 0.48 |
| Hex | 1B | 15 | DF | 58 | 5B | 0 | D | F2 | 53 | 30 |
| Octal | 33 | 25 | 337 | 130 | 133 | 0 | 15 | 362 | 123 | 60 |
| Binary | 11011 | 10101 | 11011111 | 1011000 | 1011011 | 0 | 1101 | 11110010 | 1010011 | 110000 |
Color Harmonies of #1B15DF
Complementary color
Monochromatic Colors of #1B15DF
Black with #1B15DF
Text Example
Text Example
White with #1B15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B15DF; }
p { color: rgb(27,21,223); }
H1.HeaderClassName
{
color: #1B15DF;
}
.AnyTagClassName
{
color: #1B15DF;
}
</style>
background-color css
<style>
a { background-color: #1B15DF; }
a { background-color: rgb(27,21,223); }
div.DivClassName
{
background-color: #1B15DF;
}
.BgClassName
{
background-color: #1B15DF;
}
</style>
border-color css
<style>
span { border-color: #1B15DF; }
span { border-color: rgb(27,21,223); }
td.TdClassName
{
border-color: #1B15DF;
}
.TagClassName
{
border-color: #1B15DF;
}
</style>