Shades of Persian Blue #1E42AC
Tints of Persian Blue #1E42AC
RGB
CMYK
RGB Variations
Color information
#1E42AC (or 0x1E42AC) is known color: Persian Blue. HEX triplet: 1E, 42 and AC. RGB value is (30,66,172). Sum of RGB (Red+Green+Blue) = 30+66+172=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E42AC is #E1BD53. Grayscale: #424242. Windows color (decimal): -14794068 or 11289118. OLE color: 11289118.
HSL color Cylindrical-coordinate representation of color #1E42AC: hue angle of 224.79º 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 #1E42AC is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 66 | 172 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.33 |
| HSL | 224.79º | 0.7% | 0.4% | - |
| HSV(B) | 224.79º | 0.83% | 0.67% | - |
| XYZ | 9.93 | 7.15 | 39.89 | - |
| YUV | 67.32 | 187.07 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 172 | 0.83 | 0.62 | 0 | 0.33 | 224.79 | 0.7 | 0.4 |
| Hex | 1E | 42 | AC | 53 | 3E | 0 | 21 | E1 | 46 | 28 |
| Octal | 36 | 102 | 254 | 123 | 76 | 0 | 41 | 341 | 106 | 50 |
| Binary | 11110 | 1000010 | 10101100 | 1010011 | 111110 | 0 | 100001 | 11100001 | 1000110 | 101000 |
Color Harmonies of #1E42AC
Complementary color
Monochromatic Colors of #1E42AC
Black with #1E42AC
Text Example
Text Example
White with #1E42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E42AC; }
p { color: rgb(30,66,172); }
H1.HeaderClassName
{
color: #1E42AC;
}
.AnyTagClassName
{
color: #1E42AC;
}
</style>
background-color css
<style>
a { background-color: #1E42AC; }
a { background-color: rgb(30,66,172); }
div.DivClassName
{
background-color: #1E42AC;
}
.BgClassName
{
background-color: #1E42AC;
}
</style>
border-color css
<style>
span { border-color: #1E42AC; }
span { border-color: rgb(30,66,172); }
td.TdClassName
{
border-color: #1E42AC;
}
.TagClassName
{
border-color: #1E42AC;
}
</style>