Shades of Persian Blue #1E17BA
Tints of Persian Blue #1E17BA
RGB
CMYK
RGB Variations
Color information
#1E17BA (or 0x1E17BA) is known color: Persian Blue. HEX triplet: 1E, 17 and BA. RGB value is (30,23,186). Sum of RGB (Red+Green+Blue) = 30+23+186=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E17BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E17BA is #E1E845. Grayscale: #2B2B2B. Windows color (decimal): -14805062 or 12195614. OLE color: 12195614.
HSL color Cylindrical-coordinate representation of color #1E17BA: hue angle of 242.58º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E17BA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 23 | 186 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.27 |
| HSL | 242.58º | 0.78% | 0.41% | - |
| HSV(B) | 242.58º | 0.88% | 0.73% | - |
| XYZ | 9.7 | 4.43 | 46.8 | - |
| YUV | 43.68 | 208.32 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 186 | 0.84 | 0.88 | 0 | 0.27 | 242.58 | 0.78 | 0.41 |
| Hex | 1E | 17 | BA | 54 | 58 | 0 | 1B | F3 | 4E | 29 |
| Octal | 36 | 27 | 272 | 124 | 130 | 0 | 33 | 363 | 116 | 51 |
| Binary | 11110 | 10111 | 10111010 | 1010100 | 1011000 | 0 | 11011 | 11110011 | 1001110 | 101001 |
Color Harmonies of #1E17BA
Complementary color
Monochromatic Colors of #1E17BA
Black with #1E17BA
Text Example
Text Example
White with #1E17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E17BA; }
p { color: rgb(30,23,186); }
H1.HeaderClassName
{
color: #1E17BA;
}
.AnyTagClassName
{
color: #1E17BA;
}
</style>
background-color css
<style>
a { background-color: #1E17BA; }
a { background-color: rgb(30,23,186); }
div.DivClassName
{
background-color: #1E17BA;
}
.BgClassName
{
background-color: #1E17BA;
}
</style>
border-color css
<style>
span { border-color: #1E17BA; }
span { border-color: rgb(30,23,186); }
td.TdClassName
{
border-color: #1E17BA;
}
.TagClassName
{
border-color: #1E17BA;
}
</style>