Shades of Persian Blue #1E26CD
Tints of Persian Blue #1E26CD
RGB
CMYK
RGB Variations
Color information
#1E26CD (or 0x1E26CD) is known color: Persian Blue. HEX triplet: 1E, 26 and CD. RGB value is (30,38,205). Sum of RGB (Red+Green+Blue) = 30+38+205=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E26CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E26CD is #E1D932. Grayscale: #353535. Windows color (decimal): -14801203 or 13444638. OLE color: 13444638.
HSL color Cylindrical-coordinate representation of color #1E26CD: hue angle of 237.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E26CD is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 38 | 205 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.20 |
| HSL | 237.26º | 0.74% | 0.46% | - |
| HSV(B) | 237.26º | 0.85% | 0.8% | - |
| XYZ | 12.25 | 6.07 | 58.28 | - |
| YUV | 54.65 | 212.85 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 205 | 0.85 | 0.81 | 0 | 0.20 | 237.26 | 0.74 | 0.46 |
| Hex | 1E | 26 | CD | 55 | 51 | 0 | 14 | ED | 4A | 2E |
| Octal | 36 | 46 | 315 | 125 | 121 | 0 | 24 | 355 | 112 | 56 |
| Binary | 11110 | 100110 | 11001101 | 1010101 | 1010001 | 0 | 10100 | 11101101 | 1001010 | 101110 |
Color Harmonies of #1E26CD
Complementary color
Monochromatic Colors of #1E26CD
Black with #1E26CD
Text Example
Text Example
White with #1E26CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E26CD; }
p { color: rgb(30,38,205); }
H1.HeaderClassName
{
color: #1E26CD;
}
.AnyTagClassName
{
color: #1E26CD;
}
</style>
background-color css
<style>
a { background-color: #1E26CD; }
a { background-color: rgb(30,38,205); }
div.DivClassName
{
background-color: #1E26CD;
}
.BgClassName
{
background-color: #1E26CD;
}
</style>
border-color css
<style>
span { border-color: #1E26CD; }
span { border-color: rgb(30,38,205); }
td.TdClassName
{
border-color: #1E26CD;
}
.TagClassName
{
border-color: #1E26CD;
}
</style>