Shades of Persian Blue #1A3ECA
Tints of Persian Blue #1A3ECA
RGB
CMYK
RGB Variations
Color information
#1A3ECA (or 0x1A3ECA) is known color: Persian Blue. HEX triplet: 1A, 3E and CA. RGB value is (26,62,202). Sum of RGB (Red+Green+Blue) = 26+62+202=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A3ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ECA is #E5C135. Grayscale: #424242. Windows color (decimal): -15057206 or 13254170. OLE color: 13254170.
HSL color Cylindrical-coordinate representation of color #1A3ECA: hue angle of 227.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A3ECA is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 62 | 202 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.21 |
| HSL | 227.73º | 0.77% | 0.45% | - |
| HSV(B) | 227.73º | 0.87% | 0.79% | - |
| XYZ | 12.81 | 7.93 | 56.73 | - |
| YUV | 67.2 | 204.07 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 202 | 0.87 | 0.69 | 0 | 0.21 | 227.73 | 0.77 | 0.45 |
| Hex | 1A | 3E | CA | 57 | 45 | 0 | 15 | E4 | 4D | 2D |
| Octal | 32 | 76 | 312 | 127 | 105 | 0 | 25 | 344 | 115 | 55 |
| Binary | 11010 | 111110 | 11001010 | 1010111 | 1000101 | 0 | 10101 | 11100100 | 1001101 | 101101 |
Color Harmonies of #1A3ECA
Complementary color
Monochromatic Colors of #1A3ECA
Black with #1A3ECA
Text Example
Text Example
White with #1A3ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3ECA; }
p { color: rgb(26,62,202); }
H1.HeaderClassName
{
color: #1A3ECA;
}
.AnyTagClassName
{
color: #1A3ECA;
}
</style>
background-color css
<style>
a { background-color: #1A3ECA; }
a { background-color: rgb(26,62,202); }
div.DivClassName
{
background-color: #1A3ECA;
}
.BgClassName
{
background-color: #1A3ECA;
}
</style>
border-color css
<style>
span { border-color: #1A3ECA; }
span { border-color: rgb(26,62,202); }
td.TdClassName
{
border-color: #1A3ECA;
}
.TagClassName
{
border-color: #1A3ECA;
}
</style>