Shades of Persian Blue #1E3FAB
Tints of Persian Blue #1E3FAB
RGB
CMYK
RGB Variations
Color information
#1E3FAB (or 0x1E3FAB) is known color: Persian Blue. HEX triplet: 1E, 3F and AB. RGB value is (30,63,171). Sum of RGB (Red+Green+Blue) = 30+63+171=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3FAB is #E1C054. Grayscale: #404040. Windows color (decimal): -14794837 or 11222814. OLE color: 11222814.
HSL color Cylindrical-coordinate representation of color #1E3FAB: hue angle of 225.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E3FAB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 63 | 171 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.33 |
| HSL | 225.96º | 0.7% | 0.39% | - |
| HSV(B) | 225.96º | 0.82% | 0.67% | - |
| XYZ | 9.66 | 6.77 | 39.33 | - |
| YUV | 65.45 | 187.57 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 171 | 0.82 | 0.63 | 0 | 0.33 | 225.96 | 0.7 | 0.39 |
| Hex | 1E | 3F | AB | 52 | 3F | 0 | 21 | E2 | 46 | 27 |
| Octal | 36 | 77 | 253 | 122 | 77 | 0 | 41 | 342 | 106 | 47 |
| Binary | 11110 | 111111 | 10101011 | 1010010 | 111111 | 0 | 100001 | 11100010 | 1000110 | 100111 |
Color Harmonies of #1E3FAB
Complementary color
Monochromatic Colors of #1E3FAB
Black with #1E3FAB
Text Example
Text Example
White with #1E3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3FAB; }
p { color: rgb(30,63,171); }
H1.HeaderClassName
{
color: #1E3FAB;
}
.AnyTagClassName
{
color: #1E3FAB;
}
</style>
background-color css
<style>
a { background-color: #1E3FAB; }
a { background-color: rgb(30,63,171); }
div.DivClassName
{
background-color: #1E3FAB;
}
.BgClassName
{
background-color: #1E3FAB;
}
</style>
border-color css
<style>
span { border-color: #1E3FAB; }
span { border-color: rgb(30,63,171); }
td.TdClassName
{
border-color: #1E3FAB;
}
.TagClassName
{
border-color: #1E3FAB;
}
</style>