Shades of Persian Blue #1E23B1
Tints of Persian Blue #1E23B1
RGB
CMYK
RGB Variations
Color information
#1E23B1 (or 0x1E23B1) is known color: Persian Blue. HEX triplet: 1E, 23 and B1. RGB value is (30,35,177). Sum of RGB (Red+Green+Blue) = 30+35+177=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 177 (69.53% from 255 or 73.14% from 242); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E23B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E23B1 is #E1DC4E. Grayscale: #313131. Windows color (decimal): -14801999 or 11608862. OLE color: 11608862.
HSL color Cylindrical-coordinate representation of color #1E23B1: hue angle of 237.96º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E23B1 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 35 | 177 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.31 |
| HSL | 237.96º | 0.71% | 0.41% | - |
| HSV(B) | 237.96º | 0.83% | 0.69% | - |
| XYZ | 9.07 | 4.65 | 42.01 | - |
| YUV | 49.69 | 199.84 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 177 | 0.83 | 0.80 | 0 | 0.31 | 237.96 | 0.71 | 0.41 |
| Hex | 1E | 23 | B1 | 53 | 50 | 0 | 1F | EE | 47 | 29 |
| Octal | 36 | 43 | 261 | 123 | 120 | 0 | 37 | 356 | 107 | 51 |
| Binary | 11110 | 100011 | 10110001 | 1010011 | 1010000 | 0 | 11111 | 11101110 | 1000111 | 101001 |
Color Harmonies of #1E23B1
Complementary color
Monochromatic Colors of #1E23B1
Black with #1E23B1
Text Example
Text Example
White with #1E23B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E23B1; }
p { color: rgb(30,35,177); }
H1.HeaderClassName
{
color: #1E23B1;
}
.AnyTagClassName
{
color: #1E23B1;
}
</style>
background-color css
<style>
a { background-color: #1E23B1; }
a { background-color: rgb(30,35,177); }
div.DivClassName
{
background-color: #1E23B1;
}
.BgClassName
{
background-color: #1E23B1;
}
</style>
border-color css
<style>
span { border-color: #1E23B1; }
span { border-color: rgb(30,35,177); }
td.TdClassName
{
border-color: #1E23B1;
}
.TagClassName
{
border-color: #1E23B1;
}
</style>