Shades of Persian Blue #1E33AC
Tints of Persian Blue #1E33AC
RGB
CMYK
RGB Variations
Color information
#1E33AC (or 0x1E33AC) is known color: Persian Blue. HEX triplet: 1E, 33 and AC. RGB value is (30,51,172). Sum of RGB (Red+Green+Blue) = 30+51+172=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E33AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E33AC is #E1CC53. Grayscale: #3A3A3A. Windows color (decimal): -14797908 or 11285278. OLE color: 11285278.
HSL color Cylindrical-coordinate representation of color #1E33AC: hue angle of 231.13º 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 #1E33AC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 51 | 172 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.33 |
| HSL | 231.13º | 0.7% | 0.4% | - |
| HSV(B) | 231.13º | 0.83% | 0.67% | - |
| XYZ | 9.17 | 5.62 | 39.63 | - |
| YUV | 58.52 | 192.04 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 172 | 0.83 | 0.70 | 0 | 0.33 | 231.13 | 0.7 | 0.4 |
| Hex | 1E | 33 | AC | 53 | 46 | 0 | 21 | E7 | 46 | 28 |
| Octal | 36 | 63 | 254 | 123 | 106 | 0 | 41 | 347 | 106 | 50 |
| Binary | 11110 | 110011 | 10101100 | 1010011 | 1000110 | 0 | 100001 | 11100111 | 1000110 | 101000 |
Color Harmonies of #1E33AC
Complementary color
Monochromatic Colors of #1E33AC
Black with #1E33AC
Text Example
Text Example
White with #1E33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E33AC; }
p { color: rgb(30,51,172); }
H1.HeaderClassName
{
color: #1E33AC;
}
.AnyTagClassName
{
color: #1E33AC;
}
</style>
background-color css
<style>
a { background-color: #1E33AC; }
a { background-color: rgb(30,51,172); }
div.DivClassName
{
background-color: #1E33AC;
}
.BgClassName
{
background-color: #1E33AC;
}
</style>
border-color css
<style>
span { border-color: #1E33AC; }
span { border-color: rgb(30,51,172); }
td.TdClassName
{
border-color: #1E33AC;
}
.TagClassName
{
border-color: #1E33AC;
}
</style>