Shades of Persian Blue #1E16B9
Tints of Persian Blue #1E16B9
RGB
CMYK
RGB Variations
Color information
#1E16B9 (or 0x1E16B9) is known color: Persian Blue. HEX triplet: 1E, 16 and B9. RGB value is (30,22,185). Sum of RGB (Red+Green+Blue) = 30+22+185=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 185 (72.66% from 255 or 78.06% from 237); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E16B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E16B9 is #E1E946. Grayscale: #2A2A2A. Windows color (decimal): -14805319 or 12129822. OLE color: 12129822.
HSL color Cylindrical-coordinate representation of color #1E16B9: hue angle of 242.94º degrees, saturation: 0.79, 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 #1E16B9 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 22 | 185 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.27 |
| HSL | 242.94º | 0.79% | 0.41% | - |
| HSV(B) | 242.94º | 0.88% | 0.73% | - |
| XYZ | 9.58 | 4.35 | 46.23 | - |
| YUV | 42.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 185 | 0.84 | 0.88 | 0 | 0.27 | 242.94 | 0.79 | 0.41 |
| Hex | 1E | 16 | B9 | 54 | 58 | 0 | 1B | F3 | 4F | 29 |
| Octal | 36 | 26 | 271 | 124 | 130 | 0 | 33 | 363 | 117 | 51 |
| Binary | 11110 | 10110 | 10111001 | 1010100 | 1011000 | 0 | 11011 | 11110011 | 1001111 | 101001 |
Color Harmonies of #1E16B9
Complementary color
Monochromatic Colors of #1E16B9
Black with #1E16B9
Text Example
Text Example
White with #1E16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E16B9; }
p { color: rgb(30,22,185); }
H1.HeaderClassName
{
color: #1E16B9;
}
.AnyTagClassName
{
color: #1E16B9;
}
</style>
background-color css
<style>
a { background-color: #1E16B9; }
a { background-color: rgb(30,22,185); }
div.DivClassName
{
background-color: #1E16B9;
}
.BgClassName
{
background-color: #1E16B9;
}
</style>
border-color css
<style>
span { border-color: #1E16B9; }
span { border-color: rgb(30,22,185); }
td.TdClassName
{
border-color: #1E16B9;
}
.TagClassName
{
border-color: #1E16B9;
}
</style>