Shades of Persian Blue #1E39CB
Tints of Persian Blue #1E39CB
RGB
CMYK
RGB Variations
Color information
#1E39CB (or 0x1E39CB) is known color: Persian Blue. HEX triplet: 1E, 39 and CB. RGB value is (30,57,203). Sum of RGB (Red+Green+Blue) = 30+57+203=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E39CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E39CB is #E1C634. Grayscale: #404040. Windows color (decimal): -14796341 or 13318430. OLE color: 13318430.
HSL color Cylindrical-coordinate representation of color #1E39CB: hue angle of 230.64º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E39CB is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 57 | 203 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.20 |
| HSL | 230.64º | 0.74% | 0.46% | - |
| HSV(B) | 230.64º | 0.85% | 0.8% | - |
| XYZ | 12.78 | 7.51 | 57.28 | - |
| YUV | 65.57 | 205.55 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 203 | 0.85 | 0.72 | 0 | 0.20 | 230.64 | 0.74 | 0.46 |
| Hex | 1E | 39 | CB | 55 | 48 | 0 | 14 | E7 | 4A | 2E |
| Octal | 36 | 71 | 313 | 125 | 110 | 0 | 24 | 347 | 112 | 56 |
| Binary | 11110 | 111001 | 11001011 | 1010101 | 1001000 | 0 | 10100 | 11100111 | 1001010 | 101110 |
Color Harmonies of #1E39CB
Complementary color
Monochromatic Colors of #1E39CB
Black with #1E39CB
Text Example
Text Example
White with #1E39CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E39CB; }
p { color: rgb(30,57,203); }
H1.HeaderClassName
{
color: #1E39CB;
}
.AnyTagClassName
{
color: #1E39CB;
}
</style>
background-color css
<style>
a { background-color: #1E39CB; }
a { background-color: rgb(30,57,203); }
div.DivClassName
{
background-color: #1E39CB;
}
.BgClassName
{
background-color: #1E39CB;
}
</style>
border-color css
<style>
span { border-color: #1E39CB; }
span { border-color: rgb(30,57,203); }
td.TdClassName
{
border-color: #1E39CB;
}
.TagClassName
{
border-color: #1E39CB;
}
</style>