Shades of Persian Blue #1E23C1
Tints of Persian Blue #1E23C1
RGB
CMYK
RGB Variations
Color information
#1E23C1 (or 0x1E23C1) is known color: Persian Blue. HEX triplet: 1E, 23 and C1. RGB value is (30,35,193). Sum of RGB (Red+Green+Blue) = 30+35+193=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E23C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E23C1 is #E1DC3E. Grayscale: #323232. Windows color (decimal): -14801983 or 12657438. OLE color: 12657438.
HSL color Cylindrical-coordinate representation of color #1E23C1: hue angle of 238.16º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E23C1 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 35 | 193 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.24 |
| HSL | 238.16º | 0.73% | 0.44% | - |
| HSV(B) | 238.16º | 0.84% | 0.76% | - |
| XYZ | 10.76 | 5.33 | 50.91 | - |
| YUV | 51.52 | 207.84 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 193 | 0.84 | 0.82 | 0 | 0.24 | 238.16 | 0.73 | 0.44 |
| Hex | 1E | 23 | C1 | 54 | 52 | 0 | 18 | EE | 49 | 2C |
| Octal | 36 | 43 | 301 | 124 | 122 | 0 | 30 | 356 | 111 | 54 |
| Binary | 11110 | 100011 | 11000001 | 1010100 | 1010010 | 0 | 11000 | 11101110 | 1001001 | 101100 |
Color Harmonies of #1E23C1
Complementary color
Monochromatic Colors of #1E23C1
Black with #1E23C1
Text Example
Text Example
White with #1E23C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E23C1; }
p { color: rgb(30,35,193); }
H1.HeaderClassName
{
color: #1E23C1;
}
.AnyTagClassName
{
color: #1E23C1;
}
</style>
background-color css
<style>
a { background-color: #1E23C1; }
a { background-color: rgb(30,35,193); }
div.DivClassName
{
background-color: #1E23C1;
}
.BgClassName
{
background-color: #1E23C1;
}
</style>
border-color css
<style>
span { border-color: #1E23C1; }
span { border-color: rgb(30,35,193); }
td.TdClassName
{
border-color: #1E23C1;
}
.TagClassName
{
border-color: #1E23C1;
}
</style>