Shades of Persian Blue #1E30AC
Tints of Persian Blue #1E30AC
RGB
CMYK
RGB Variations
Color information
#1E30AC (or 0x1E30AC) is known color: Persian Blue. HEX triplet: 1E, 30 and AC. RGB value is (30,48,172). Sum of RGB (Red+Green+Blue) = 30+48+172=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E30AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E30AC is #E1CF53. Grayscale: #383838. Windows color (decimal): -14798676 or 11284510. OLE color: 11284510.
HSL color Cylindrical-coordinate representation of color #1E30AC: hue angle of 232.39º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E30AC is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 48 | 172 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.33 |
| HSL | 232.39º | 0.7% | 0.4% | - |
| HSV(B) | 232.39º | 0.83% | 0.67% | - |
| XYZ | 9.04 | 5.37 | 39.59 | - |
| YUV | 56.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 172 | 0.83 | 0.72 | 0 | 0.33 | 232.39 | 0.7 | 0.4 |
| Hex | 1E | 30 | AC | 53 | 48 | 0 | 21 | E8 | 46 | 28 |
| Octal | 36 | 60 | 254 | 123 | 110 | 0 | 41 | 350 | 106 | 50 |
| Binary | 11110 | 110000 | 10101100 | 1010011 | 1001000 | 0 | 100001 | 11101000 | 1000110 | 101000 |
Color Harmonies of #1E30AC
Complementary color
Monochromatic Colors of #1E30AC
Black with #1E30AC
Text Example
Text Example
White with #1E30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E30AC; }
p { color: rgb(30,48,172); }
H1.HeaderClassName
{
color: #1E30AC;
}
.AnyTagClassName
{
color: #1E30AC;
}
</style>
background-color css
<style>
a { background-color: #1E30AC; }
a { background-color: rgb(30,48,172); }
div.DivClassName
{
background-color: #1E30AC;
}
.BgClassName
{
background-color: #1E30AC;
}
</style>
border-color css
<style>
span { border-color: #1E30AC; }
span { border-color: rgb(30,48,172); }
td.TdClassName
{
border-color: #1E30AC;
}
.TagClassName
{
border-color: #1E30AC;
}
</style>