Shades of Persian Blue #1A2ED3
Tints of Persian Blue #1A2ED3
RGB
CMYK
RGB Variations
Color information
#1A2ED3 (or 0x1A2ED3) is known color: Persian Blue. HEX triplet: 1A, 2E and D3. RGB value is (26,46,211). Sum of RGB (Red+Green+Blue) = 26+46+211=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 211 (82.81% from 255 or 74.56% from 283); Max value from RGB is 211 - color contains mainly: blue. Hex color #1A2ED3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2ED3 is #E5D12C. Grayscale: #3A3A3A. Windows color (decimal): -15061293 or 13839898. OLE color: 13839898.
HSL color Cylindrical-coordinate representation of color #1A2ED3: hue angle of 233.51º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A2ED3 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 46 | 211 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.17 |
| HSL | 233.51º | 0.78% | 0.46% | - |
| HSV(B) | 233.51º | 0.88% | 0.83% | - |
| XYZ | 13.16 | 6.88 | 62.26 | - |
| YUV | 58.83 | 213.87 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 211 | 0.88 | 0.78 | 0 | 0.17 | 233.51 | 0.78 | 0.46 |
| Hex | 1A | 2E | D3 | 58 | 4E | 0 | 11 | EA | 4E | 2E |
| Octal | 32 | 56 | 323 | 130 | 116 | 0 | 21 | 352 | 116 | 56 |
| Binary | 11010 | 101110 | 11010011 | 1011000 | 1001110 | 0 | 10001 | 11101010 | 1001110 | 101110 |
Color Harmonies of #1A2ED3
Complementary color
Monochromatic Colors of #1A2ED3
Black with #1A2ED3
Text Example
Text Example
White with #1A2ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2ED3; }
p { color: rgb(26,46,211); }
H1.HeaderClassName
{
color: #1A2ED3;
}
.AnyTagClassName
{
color: #1A2ED3;
}
</style>
background-color css
<style>
a { background-color: #1A2ED3; }
a { background-color: rgb(26,46,211); }
div.DivClassName
{
background-color: #1A2ED3;
}
.BgClassName
{
background-color: #1A2ED3;
}
</style>
border-color css
<style>
span { border-color: #1A2ED3; }
span { border-color: rgb(26,46,211); }
td.TdClassName
{
border-color: #1A2ED3;
}
.TagClassName
{
border-color: #1A2ED3;
}
</style>