Shades of Persian Blue #1E24DB
Tints of Persian Blue #1E24DB
RGB
CMYK
RGB Variations
Color information
#1E24DB (or 0x1E24DB) is known color: Persian Blue. HEX triplet: 1E, 24 and DB. RGB value is (30,36,219). Sum of RGB (Red+Green+Blue) = 30+36+219=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E24DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E24DB is #E1DB24. Grayscale: #363636. Windows color (decimal): -14801701 or 14361630. OLE color: 14361630.
HSL color Cylindrical-coordinate representation of color #1E24DB: hue angle of 238.1º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E24DB is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 36 | 219 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.14 |
| HSL | 238.1º | 0.76% | 0.49% | - |
| HSV(B) | 238.1º | 0.86% | 0.86% | - |
| XYZ | 13.95 | 6.65 | 67.57 | - |
| YUV | 55.07 | 220.51 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 219 | 0.86 | 0.84 | 0 | 0.14 | 238.1 | 0.76 | 0.49 |
| Hex | 1E | 24 | DB | 56 | 54 | 0 | E | EE | 4C | 31 |
| Octal | 36 | 44 | 333 | 126 | 124 | 0 | 16 | 356 | 114 | 61 |
| Binary | 11110 | 100100 | 11011011 | 1010110 | 1010100 | 0 | 1110 | 11101110 | 1001100 | 110001 |
Color Harmonies of #1E24DB
Complementary color
Monochromatic Colors of #1E24DB
Black with #1E24DB
Text Example
Text Example
White with #1E24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E24DB; }
p { color: rgb(30,36,219); }
H1.HeaderClassName
{
color: #1E24DB;
}
.AnyTagClassName
{
color: #1E24DB;
}
</style>
background-color css
<style>
a { background-color: #1E24DB; }
a { background-color: rgb(30,36,219); }
div.DivClassName
{
background-color: #1E24DB;
}
.BgClassName
{
background-color: #1E24DB;
}
</style>
border-color css
<style>
span { border-color: #1E24DB; }
span { border-color: rgb(30,36,219); }
td.TdClassName
{
border-color: #1E24DB;
}
.TagClassName
{
border-color: #1E24DB;
}
</style>