Shades of Persian Blue #1E16B7
Tints of Persian Blue #1E16B7
RGB
CMYK
RGB Variations
Color information
#1E16B7 (or 0x1E16B7) is known color: Persian Blue. HEX triplet: 1E, 16 and B7. RGB value is (30,22,183). Sum of RGB (Red+Green+Blue) = 30+22+183=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 183 (71.88% from 255 or 77.87% from 235); Max value from RGB is 183 - color contains mainly: blue. Hex color #1E16B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E16B7 is #E1E948. Grayscale: #2A2A2A. Windows color (decimal): -14805321 or 11998750. OLE color: 11998750.
HSL color Cylindrical-coordinate representation of color #1E16B7: hue angle of 242.98º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E16B7 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 22 | 183 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.28 |
| HSL | 242.98º | 0.79% | 0.4% | - |
| HSV(B) | 242.98º | 0.88% | 0.72% | - |
| XYZ | 9.37 | 4.27 | 45.13 | - |
| YUV | 42.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 183 | 0.84 | 0.88 | 0 | 0.28 | 242.98 | 0.79 | 0.4 |
| Hex | 1E | 16 | B7 | 54 | 58 | 0 | 1C | F3 | 4F | 28 |
| Octal | 36 | 26 | 267 | 124 | 130 | 0 | 34 | 363 | 117 | 50 |
| Binary | 11110 | 10110 | 10110111 | 1010100 | 1011000 | 0 | 11100 | 11110011 | 1001111 | 101000 |
Color Harmonies of #1E16B7
Complementary color
Monochromatic Colors of #1E16B7
Black with #1E16B7
Text Example
Text Example
White with #1E16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E16B7; }
p { color: rgb(30,22,183); }
H1.HeaderClassName
{
color: #1E16B7;
}
.AnyTagClassName
{
color: #1E16B7;
}
</style>
background-color css
<style>
a { background-color: #1E16B7; }
a { background-color: rgb(30,22,183); }
div.DivClassName
{
background-color: #1E16B7;
}
.BgClassName
{
background-color: #1E16B7;
}
</style>
border-color css
<style>
span { border-color: #1E16B7; }
span { border-color: rgb(30,22,183); }
td.TdClassName
{
border-color: #1E16B7;
}
.TagClassName
{
border-color: #1E16B7;
}
</style>