Shades of Persian Blue #1A2ECE
Tints of Persian Blue #1A2ECE
RGB
CMYK
RGB Variations
Color information
#1A2ECE (or 0x1A2ECE) is known color: Persian Blue. HEX triplet: 1A, 2E and CE. RGB value is (26,46,206). Sum of RGB (Red+Green+Blue) = 26+46+206=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A2ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2ECE is #E5D131. Grayscale: #393939. Windows color (decimal): -15061298 or 13512218. OLE color: 13512218.
HSL color Cylindrical-coordinate representation of color #1A2ECE: hue angle of 233.33º 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 #1A2ECE is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 46 | 206 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.19 |
| HSL | 233.33º | 0.78% | 0.45% | - |
| HSV(B) | 233.33º | 0.87% | 0.81% | - |
| XYZ | 12.54 | 6.63 | 59.01 | - |
| YUV | 58.26 | 211.37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 206 | 0.87 | 0.78 | 0 | 0.19 | 233.33 | 0.78 | 0.45 |
| Hex | 1A | 2E | CE | 57 | 4E | 0 | 13 | E9 | 4E | 2D |
| Octal | 32 | 56 | 316 | 127 | 116 | 0 | 23 | 351 | 116 | 55 |
| Binary | 11010 | 101110 | 11001110 | 1010111 | 1001110 | 0 | 10011 | 11101001 | 1001110 | 101101 |
Color Harmonies of #1A2ECE
Complementary color
Monochromatic Colors of #1A2ECE
Black with #1A2ECE
Text Example
Text Example
White with #1A2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2ECE; }
p { color: rgb(26,46,206); }
H1.HeaderClassName
{
color: #1A2ECE;
}
.AnyTagClassName
{
color: #1A2ECE;
}
</style>
background-color css
<style>
a { background-color: #1A2ECE; }
a { background-color: rgb(26,46,206); }
div.DivClassName
{
background-color: #1A2ECE;
}
.BgClassName
{
background-color: #1A2ECE;
}
</style>
border-color css
<style>
span { border-color: #1A2ECE; }
span { border-color: rgb(26,46,206); }
td.TdClassName
{
border-color: #1A2ECE;
}
.TagClassName
{
border-color: #1A2ECE;
}
</style>