Shades of Persian Blue #1E18BD
Tints of Persian Blue #1E18BD
RGB
CMYK
RGB Variations
Color information
#1E18BD (or 0x1E18BD) is known color: Persian Blue. HEX triplet: 1E, 18 and BD. RGB value is (30,24,189). Sum of RGB (Red+Green+Blue) = 30+24+189=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E18BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E18BD is #E1E742. Grayscale: #2B2B2B. Windows color (decimal): -14804803 or 12392478. OLE color: 12392478.
HSL color Cylindrical-coordinate representation of color #1E18BD: hue angle of 242.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E18BD is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 24 | 189 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.26 |
| HSL | 242.18º | 0.77% | 0.42% | - |
| HSV(B) | 242.18º | 0.87% | 0.74% | - |
| XYZ | 10.05 | 4.6 | 48.5 | - |
| YUV | 44.6 | 209.49 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 189 | 0.84 | 0.87 | 0 | 0.26 | 242.18 | 0.77 | 0.42 |
| Hex | 1E | 18 | BD | 54 | 57 | 0 | 1A | F2 | 4D | 2A |
| Octal | 36 | 30 | 275 | 124 | 127 | 0 | 32 | 362 | 115 | 52 |
| Binary | 11110 | 11000 | 10111101 | 1010100 | 1010111 | 0 | 11010 | 11110010 | 1001101 | 101010 |
Color Harmonies of #1E18BD
Complementary color
Monochromatic Colors of #1E18BD
Black with #1E18BD
Text Example
Text Example
White with #1E18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E18BD; }
p { color: rgb(30,24,189); }
H1.HeaderClassName
{
color: #1E18BD;
}
.AnyTagClassName
{
color: #1E18BD;
}
</style>
background-color css
<style>
a { background-color: #1E18BD; }
a { background-color: rgb(30,24,189); }
div.DivClassName
{
background-color: #1E18BD;
}
.BgClassName
{
background-color: #1E18BD;
}
</style>
border-color css
<style>
span { border-color: #1E18BD; }
span { border-color: rgb(30,24,189); }
td.TdClassName
{
border-color: #1E18BD;
}
.TagClassName
{
border-color: #1E18BD;
}
</style>