Shades of Blue #1B13E6
Tints of Blue #1B13E6
RGB
CMYK
RGB Variations
Color information
#1B13E6 (or 0x1B13E6) is known color: Blue. HEX triplet: 1B, 13 and E6. RGB value is (27,19,230). Sum of RGB (Red+Green+Blue) = 27+19+230=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 230 (90.23% from 255 or 83.33% from 276); Max value from RGB is 230 - color contains mainly: blue. Hex color #1B13E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B13E6 is #E4EC19. Grayscale: #2C2C2C. Windows color (decimal): -15002650 or 15078171. OLE color: 15078171.
HSL color Cylindrical-coordinate representation of color #1B13E6: hue angle of 242.27º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B13E6 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 19 | 230 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.10 |
| HSL | 242.27º | 0.85% | 0.49% | - |
| HSV(B) | 242.27º | 0.92% | 0.9% | - |
| XYZ | 14.97 | 6.41 | 75.31 | - |
| YUV | 45.45 | 232.15 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 230 | 0.88 | 0.92 | 0 | 0.10 | 242.27 | 0.85 | 0.49 |
| Hex | 1B | 13 | E6 | 58 | 5C | 0 | A | F2 | 55 | 31 |
| Octal | 33 | 23 | 346 | 130 | 134 | 0 | 12 | 362 | 125 | 61 |
| Binary | 11011 | 10011 | 11100110 | 1011000 | 1011100 | 0 | 1010 | 11110010 | 1010101 | 110001 |
Color Harmonies of #1B13E6
Complementary color
Monochromatic Colors of #1B13E6
Black with #1B13E6
Text Example
Text Example
White with #1B13E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B13E6; }
p { color: rgb(27,19,230); }
H1.HeaderClassName
{
color: #1B13E6;
}
.AnyTagClassName
{
color: #1B13E6;
}
</style>
background-color css
<style>
a { background-color: #1B13E6; }
a { background-color: rgb(27,19,230); }
div.DivClassName
{
background-color: #1B13E6;
}
.BgClassName
{
background-color: #1B13E6;
}
</style>
border-color css
<style>
span { border-color: #1B13E6; }
span { border-color: rgb(27,19,230); }
td.TdClassName
{
border-color: #1B13E6;
}
.TagClassName
{
border-color: #1B13E6;
}
</style>