Shades of Persian Blue #1E24D1
Tints of Persian Blue #1E24D1
RGB
CMYK
RGB Variations
Color information
#1E24D1 (or 0x1E24D1) is known color: Persian Blue. HEX triplet: 1E, 24 and D1. RGB value is (30,36,209). Sum of RGB (Red+Green+Blue) = 30+36+209=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 209 (82.03% from 255 or 76% from 275); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E24D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E24D1 is #E1DB2E. Grayscale: #353535. Windows color (decimal): -14801711 or 13706270. OLE color: 13706270.
HSL color Cylindrical-coordinate representation of color #1E24D1: hue angle of 237.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E24D1 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 36 | 209 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.18 |
| HSL | 237.99º | 0.75% | 0.47% | - |
| HSV(B) | 237.99º | 0.86% | 0.82% | - |
| XYZ | 12.67 | 6.14 | 60.84 | - |
| YUV | 53.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 209 | 0.86 | 0.83 | 0 | 0.18 | 237.99 | 0.75 | 0.47 |
| Hex | 1E | 24 | D1 | 56 | 53 | 0 | 12 | EE | 4B | 2F |
| Octal | 36 | 44 | 321 | 126 | 123 | 0 | 22 | 356 | 113 | 57 |
| Binary | 11110 | 100100 | 11010001 | 1010110 | 1010011 | 0 | 10010 | 11101110 | 1001011 | 101111 |
Color Harmonies of #1E24D1
Complementary color
Monochromatic Colors of #1E24D1
Black with #1E24D1
Text Example
Text Example
White with #1E24D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E24D1; }
p { color: rgb(30,36,209); }
H1.HeaderClassName
{
color: #1E24D1;
}
.AnyTagClassName
{
color: #1E24D1;
}
</style>
background-color css
<style>
a { background-color: #1E24D1; }
a { background-color: rgb(30,36,209); }
div.DivClassName
{
background-color: #1E24D1;
}
.BgClassName
{
background-color: #1E24D1;
}
</style>
border-color css
<style>
span { border-color: #1E24D1; }
span { border-color: rgb(30,36,209); }
td.TdClassName
{
border-color: #1E24D1;
}
.TagClassName
{
border-color: #1E24D1;
}
</style>