Shades of Persian Blue #1A36EB
Tints of Persian Blue #1A36EB
RGB
CMYK
RGB Variations
Color information
#1A36EB (or 0x1A36EB) is known color: Persian Blue. HEX triplet: 1A, 36 and EB. RGB value is (26,54,235). Sum of RGB (Red+Green+Blue) = 26+54+235=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A36EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A36EB is #E5C914. Grayscale: #414141. Windows color (decimal): -15059221 or 15414810. OLE color: 15414810.
HSL color Cylindrical-coordinate representation of color #1A36EB: hue angle of 231.96º 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 #1A36EB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 54 | 235 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.08 |
| HSL | 231.96º | 0.84% | 0.51% | - |
| HSV(B) | 231.96º | 0.89% | 0.92% | - |
| XYZ | 16.74 | 8.86 | 79.42 | - |
| YUV | 66.26 | 223.22 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 235 | 0.89 | 0.77 | 0 | 0.08 | 231.96 | 0.84 | 0.51 |
| Hex | 1A | 36 | EB | 59 | 4D | 0 | 8 | E8 | 54 | 33 |
| Octal | 32 | 66 | 353 | 131 | 115 | 0 | 10 | 350 | 124 | 63 |
| Binary | 11010 | 110110 | 11101011 | 1011001 | 1001101 | 0 | 1000 | 11101000 | 1010100 | 110011 |
Color Harmonies of #1A36EB
Complementary color
Monochromatic Colors of #1A36EB
Black with #1A36EB
Text Example
Text Example
White with #1A36EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A36EB; }
p { color: rgb(26,54,235); }
H1.HeaderClassName
{
color: #1A36EB;
}
.AnyTagClassName
{
color: #1A36EB;
}
</style>
background-color css
<style>
a { background-color: #1A36EB; }
a { background-color: rgb(26,54,235); }
div.DivClassName
{
background-color: #1A36EB;
}
.BgClassName
{
background-color: #1A36EB;
}
</style>
border-color css
<style>
span { border-color: #1A36EB; }
span { border-color: rgb(26,54,235); }
td.TdClassName
{
border-color: #1A36EB;
}
.TagClassName
{
border-color: #1A36EB;
}
</style>