Shades of Blue #1A27EB
Tints of Blue #1A27EB
RGB
CMYK
RGB Variations
Color information
#1A27EB (or 0x1A27EB) is known color: Blue. HEX triplet: 1A, 27 and EB. RGB value is (26,39,235). Sum of RGB (Red+Green+Blue) = 26+39+235=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A27EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A27EB is #E5D814. Grayscale: #383838. Windows color (decimal): -15063061 or 15410970. OLE color: 15410970.
HSL color Cylindrical-coordinate representation of color #1A27EB: hue angle of 236.27º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A27EB is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 39 | 235 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.08 |
| HSL | 236.27º | 0.84% | 0.51% | - |
| HSV(B) | 236.27º | 0.89% | 0.92% | - |
| XYZ | 16.15 | 7.67 | 79.23 | - |
| YUV | 57.46 | 228.19 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 235 | 0.89 | 0.83 | 0 | 0.08 | 236.27 | 0.84 | 0.51 |
| Hex | 1A | 27 | EB | 59 | 53 | 0 | 8 | EC | 54 | 33 |
| Octal | 32 | 47 | 353 | 131 | 123 | 0 | 10 | 354 | 124 | 63 |
| Binary | 11010 | 100111 | 11101011 | 1011001 | 1010011 | 0 | 1000 | 11101100 | 1010100 | 110011 |
Color Harmonies of #1A27EB
Complementary color
Monochromatic Colors of #1A27EB
Black with #1A27EB
Text Example
Text Example
White with #1A27EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A27EB; }
p { color: rgb(26,39,235); }
H1.HeaderClassName
{
color: #1A27EB;
}
.AnyTagClassName
{
color: #1A27EB;
}
</style>
background-color css
<style>
a { background-color: #1A27EB; }
a { background-color: rgb(26,39,235); }
div.DivClassName
{
background-color: #1A27EB;
}
.BgClassName
{
background-color: #1A27EB;
}
</style>
border-color css
<style>
span { border-color: #1A27EB; }
span { border-color: rgb(26,39,235); }
td.TdClassName
{
border-color: #1A27EB;
}
.TagClassName
{
border-color: #1A27EB;
}
</style>