Shades of Persian Blue #1A1ECE
Tints of Persian Blue #1A1ECE
RGB
CMYK
RGB Variations
Color information
#1A1ECE (or 0x1A1ECE) is known color: Persian Blue. HEX triplet: 1A, 1E and CE. RGB value is (26,30,206). Sum of RGB (Red+Green+Blue) = 26+30+206=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1ECE is #E5E131. Grayscale: #303030. Windows color (decimal): -15065394 or 13508122. OLE color: 13508122.
HSL color Cylindrical-coordinate representation of color #1A1ECE: hue angle of 238.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1ECE is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 30 | 206 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.19 |
| HSL | 238.67º | 0.78% | 0.45% | - |
| HSV(B) | 238.67º | 0.87% | 0.81% | - |
| XYZ | 12.03 | 5.6 | 58.84 | - |
| YUV | 48.87 | 216.67 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 206 | 0.87 | 0.85 | 0 | 0.19 | 238.67 | 0.78 | 0.45 |
| Hex | 1A | 1E | CE | 57 | 55 | 0 | 13 | EF | 4E | 2D |
| Octal | 32 | 36 | 316 | 127 | 125 | 0 | 23 | 357 | 116 | 55 |
| Binary | 11010 | 11110 | 11001110 | 1010111 | 1010101 | 0 | 10011 | 11101111 | 1001110 | 101101 |
Color Harmonies of #1A1ECE
Complementary color
Monochromatic Colors of #1A1ECE
Black with #1A1ECE
Text Example
Text Example
White with #1A1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1ECE; }
p { color: rgb(26,30,206); }
H1.HeaderClassName
{
color: #1A1ECE;
}
.AnyTagClassName
{
color: #1A1ECE;
}
</style>
background-color css
<style>
a { background-color: #1A1ECE; }
a { background-color: rgb(26,30,206); }
div.DivClassName
{
background-color: #1A1ECE;
}
.BgClassName
{
background-color: #1A1ECE;
}
</style>
border-color css
<style>
span { border-color: #1A1ECE; }
span { border-color: rgb(26,30,206); }
td.TdClassName
{
border-color: #1A1ECE;
}
.TagClassName
{
border-color: #1A1ECE;
}
</style>