Shades of Blue #1A1BEF
Tints of Blue #1A1BEF
RGB
CMYK
RGB Variations
Color information
#1A1BEF (or 0x1A1BEF) is known color: Blue. HEX triplet: 1A, 1B and EF. RGB value is (26,27,239). Sum of RGB (Red+Green+Blue) = 26+27+239=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A1BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A1BEF is #E5E410. Grayscale: #323232. Windows color (decimal): -15066129 or 15670042. OLE color: 15670042.
HSL color Cylindrical-coordinate representation of color #1A1BEF: hue angle of 239.72º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1BEF is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 27 | 239 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.06 |
| HSL | 239.72º | 0.87% | 0.52% | - |
| HSV(B) | 239.72º | 0.89% | 0.94% | - |
| XYZ | 16.4 | 7.24 | 82.19 | - |
| YUV | 50.87 | 234.17 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 239 | 0.89 | 0.89 | 0 | 0.06 | 239.72 | 0.87 | 0.52 |
| Hex | 1A | 1B | EF | 59 | 59 | 0 | 6 | F0 | 57 | 34 |
| Octal | 32 | 33 | 357 | 131 | 131 | 0 | 6 | 360 | 127 | 64 |
| Binary | 11010 | 11011 | 11101111 | 1011001 | 1011001 | 0 | 110 | 11110000 | 1010111 | 110100 |
Color Harmonies of #1A1BEF
Complementary color
Monochromatic Colors of #1A1BEF
Black with #1A1BEF
Text Example
Text Example
White with #1A1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1BEF; }
p { color: rgb(26,27,239); }
H1.HeaderClassName
{
color: #1A1BEF;
}
.AnyTagClassName
{
color: #1A1BEF;
}
</style>
background-color css
<style>
a { background-color: #1A1BEF; }
a { background-color: rgb(26,27,239); }
div.DivClassName
{
background-color: #1A1BEF;
}
.BgClassName
{
background-color: #1A1BEF;
}
</style>
border-color css
<style>
span { border-color: #1A1BEF; }
span { border-color: rgb(26,27,239); }
td.TdClassName
{
border-color: #1A1BEF;
}
.TagClassName
{
border-color: #1A1BEF;
}
</style>