Shades of Persian Blue #1A2EEE
Tints of Persian Blue #1A2EEE
RGB
CMYK
RGB Variations
Color information
#1A2EEE (or 0x1A2EEE) is known color: Persian Blue. HEX triplet: 1A, 2E and EE. RGB value is (26,46,238). Sum of RGB (Red+Green+Blue) = 26+46+238=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A2EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A2EEE is #E5D111. Grayscale: #3D3D3D. Windows color (decimal): -15061266 or 15609370. OLE color: 15609370.
HSL color Cylindrical-coordinate representation of color #1A2EEE: hue angle of 234.34º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A2EEE is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 46 | 238 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.07 |
| HSL | 234.34º | 0.86% | 0.52% | - |
| HSV(B) | 234.34º | 0.89% | 0.93% | - |
| XYZ | 16.84 | 8.35 | 81.61 | - |
| YUV | 61.91 | 227.37 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 238 | 0.89 | 0.81 | 0 | 0.07 | 234.34 | 0.86 | 0.52 |
| Hex | 1A | 2E | EE | 59 | 51 | 0 | 7 | EA | 56 | 34 |
| Octal | 32 | 56 | 356 | 131 | 121 | 0 | 7 | 352 | 126 | 64 |
| Binary | 11010 | 101110 | 11101110 | 1011001 | 1010001 | 0 | 111 | 11101010 | 1010110 | 110100 |
Color Harmonies of #1A2EEE
Complementary color
Monochromatic Colors of #1A2EEE
Black with #1A2EEE
Text Example
Text Example
White with #1A2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2EEE; }
p { color: rgb(26,46,238); }
H1.HeaderClassName
{
color: #1A2EEE;
}
.AnyTagClassName
{
color: #1A2EEE;
}
</style>
background-color css
<style>
a { background-color: #1A2EEE; }
a { background-color: rgb(26,46,238); }
div.DivClassName
{
background-color: #1A2EEE;
}
.BgClassName
{
background-color: #1A2EEE;
}
</style>
border-color css
<style>
span { border-color: #1A2EEE; }
span { border-color: rgb(26,46,238); }
td.TdClassName
{
border-color: #1A2EEE;
}
.TagClassName
{
border-color: #1A2EEE;
}
</style>