Shades of Persian Blue #1A3ED1
Tints of Persian Blue #1A3ED1
RGB
CMYK
RGB Variations
Color information
#1A3ED1 (or 0x1A3ED1) is known color: Persian Blue. HEX triplet: 1A, 3E and D1. RGB value is (26,62,209). Sum of RGB (Red+Green+Blue) = 26+62+209=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A3ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ED1 is #E5C12E. Grayscale: #434343. Windows color (decimal): -15057199 or 13712922. OLE color: 13712922.
HSL color Cylindrical-coordinate representation of color #1A3ED1: hue angle of 228.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3ED1 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 62 | 209 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.18 |
| HSL | 228.2º | 0.78% | 0.46% | - |
| HSV(B) | 228.2º | 0.88% | 0.82% | - |
| XYZ | 13.66 | 8.27 | 61.2 | - |
| YUV | 67.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 209 | 0.88 | 0.70 | 0 | 0.18 | 228.2 | 0.78 | 0.46 |
| Hex | 1A | 3E | D1 | 58 | 46 | 0 | 12 | E4 | 4E | 2E |
| Octal | 32 | 76 | 321 | 130 | 106 | 0 | 22 | 344 | 116 | 56 |
| Binary | 11010 | 111110 | 11010001 | 1011000 | 1000110 | 0 | 10010 | 11100100 | 1001110 | 101110 |
Color Harmonies of #1A3ED1
Complementary color
Monochromatic Colors of #1A3ED1
Black with #1A3ED1
Text Example
Text Example
White with #1A3ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3ED1; }
p { color: rgb(26,62,209); }
H1.HeaderClassName
{
color: #1A3ED1;
}
.AnyTagClassName
{
color: #1A3ED1;
}
</style>
background-color css
<style>
a { background-color: #1A3ED1; }
a { background-color: rgb(26,62,209); }
div.DivClassName
{
background-color: #1A3ED1;
}
.BgClassName
{
background-color: #1A3ED1;
}
</style>
border-color css
<style>
span { border-color: #1A3ED1; }
span { border-color: rgb(26,62,209); }
td.TdClassName
{
border-color: #1A3ED1;
}
.TagClassName
{
border-color: #1A3ED1;
}
</style>