Shades of Persian Blue #1E18BC
Tints of Persian Blue #1E18BC
RGB
CMYK
RGB Variations
Color information
#1E18BC (or 0x1E18BC) is known color: Persian Blue. HEX triplet: 1E, 18 and BC. RGB value is (30,24,188). Sum of RGB (Red+Green+Blue) = 30+24+188=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E18BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E18BC is #E1E743. Grayscale: #2B2B2B. Windows color (decimal): -14804804 or 12326942. OLE color: 12326942.
HSL color Cylindrical-coordinate representation of color #1E18BC: hue angle of 242.2º 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 #1E18BC is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 24 | 188 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.26 |
| HSL | 242.2º | 0.77% | 0.42% | - |
| HSV(B) | 242.2º | 0.87% | 0.74% | - |
| XYZ | 9.94 | 4.56 | 47.93 | - |
| YUV | 44.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 188 | 0.84 | 0.87 | 0 | 0.26 | 242.2 | 0.77 | 0.42 |
| Hex | 1E | 18 | BC | 54 | 57 | 0 | 1A | F2 | 4D | 2A |
| Octal | 36 | 30 | 274 | 124 | 127 | 0 | 32 | 362 | 115 | 52 |
| Binary | 11110 | 11000 | 10111100 | 1010100 | 1010111 | 0 | 11010 | 11110010 | 1001101 | 101010 |
Color Harmonies of #1E18BC
Complementary color
Monochromatic Colors of #1E18BC
Black with #1E18BC
Text Example
Text Example
White with #1E18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E18BC; }
p { color: rgb(30,24,188); }
H1.HeaderClassName
{
color: #1E18BC;
}
.AnyTagClassName
{
color: #1E18BC;
}
</style>
background-color css
<style>
a { background-color: #1E18BC; }
a { background-color: rgb(30,24,188); }
div.DivClassName
{
background-color: #1E18BC;
}
.BgClassName
{
background-color: #1E18BC;
}
</style>
border-color css
<style>
span { border-color: #1E18BC; }
span { border-color: rgb(30,24,188); }
td.TdClassName
{
border-color: #1E18BC;
}
.TagClassName
{
border-color: #1E18BC;
}
</style>