Shades of Persian Blue #1E3AD8
Tints of Persian Blue #1E3AD8
RGB
CMYK
RGB Variations
Color information
#1E3AD8 (or 0x1E3AD8) is known color: Persian Blue. HEX triplet: 1E, 3A and D8. RGB value is (30,58,216). Sum of RGB (Red+Green+Blue) = 30+58+216=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E3AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3AD8 is #E1C527. Grayscale: #424242. Windows color (decimal): -14796072 or 14170654. OLE color: 14170654.
HSL color Cylindrical-coordinate representation of color #1E3AD8: hue angle of 230.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E3AD8 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 58 | 216 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.15 |
| HSL | 230.97º | 0.76% | 0.48% | - |
| HSV(B) | 230.97º | 0.86% | 0.85% | - |
| XYZ | 14.44 | 8.26 | 65.8 | - |
| YUV | 67.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 216 | 0.86 | 0.73 | 0 | 0.15 | 230.97 | 0.76 | 0.48 |
| Hex | 1E | 3A | D8 | 56 | 49 | 0 | F | E7 | 4C | 30 |
| Octal | 36 | 72 | 330 | 126 | 111 | 0 | 17 | 347 | 114 | 60 |
| Binary | 11110 | 111010 | 11011000 | 1010110 | 1001001 | 0 | 1111 | 11100111 | 1001100 | 110000 |
Color Harmonies of #1E3AD8
Complementary color
Monochromatic Colors of #1E3AD8
Black with #1E3AD8
Text Example
Text Example
White with #1E3AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3AD8; }
p { color: rgb(30,58,216); }
H1.HeaderClassName
{
color: #1E3AD8;
}
.AnyTagClassName
{
color: #1E3AD8;
}
</style>
background-color css
<style>
a { background-color: #1E3AD8; }
a { background-color: rgb(30,58,216); }
div.DivClassName
{
background-color: #1E3AD8;
}
.BgClassName
{
background-color: #1E3AD8;
}
</style>
border-color css
<style>
span { border-color: #1E3AD8; }
span { border-color: rgb(30,58,216); }
td.TdClassName
{
border-color: #1E3AD8;
}
.TagClassName
{
border-color: #1E3AD8;
}
</style>