Shades of Persian Blue #1E3ACE
Tints of Persian Blue #1E3ACE
RGB
CMYK
RGB Variations
Color information
#1E3ACE (or 0x1E3ACE) is known color: Persian Blue. HEX triplet: 1E, 3A and CE. RGB value is (30,58,206). Sum of RGB (Red+Green+Blue) = 30+58+206=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3ACE is #E1C531. Grayscale: #414141. Windows color (decimal): -14796082 or 13515294. OLE color: 13515294.
HSL color Cylindrical-coordinate representation of color #1E3ACE: hue angle of 230.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3ACE is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 58 | 206 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.19 |
| HSL | 230.45º | 0.75% | 0.46% | - |
| HSV(B) | 230.45º | 0.85% | 0.81% | - |
| XYZ | 13.19 | 7.76 | 59.19 | - |
| YUV | 66.5 | 206.72 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 206 | 0.85 | 0.72 | 0 | 0.19 | 230.45 | 0.75 | 0.46 |
| Hex | 1E | 3A | CE | 55 | 48 | 0 | 13 | E6 | 4B | 2E |
| Octal | 36 | 72 | 316 | 125 | 110 | 0 | 23 | 346 | 113 | 56 |
| Binary | 11110 | 111010 | 11001110 | 1010101 | 1001000 | 0 | 10011 | 11100110 | 1001011 | 101110 |
Color Harmonies of #1E3ACE
Complementary color
Monochromatic Colors of #1E3ACE
Black with #1E3ACE
Text Example
Text Example
White with #1E3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3ACE; }
p { color: rgb(30,58,206); }
H1.HeaderClassName
{
color: #1E3ACE;
}
.AnyTagClassName
{
color: #1E3ACE;
}
</style>
background-color css
<style>
a { background-color: #1E3ACE; }
a { background-color: rgb(30,58,206); }
div.DivClassName
{
background-color: #1E3ACE;
}
.BgClassName
{
background-color: #1E3ACE;
}
</style>
border-color css
<style>
span { border-color: #1E3ACE; }
span { border-color: rgb(30,58,206); }
td.TdClassName
{
border-color: #1E3ACE;
}
.TagClassName
{
border-color: #1E3ACE;
}
</style>