Shades of Persian Blue #1E3BBE
Tints of Persian Blue #1E3BBE
RGB
CMYK
RGB Variations
Color information
#1E3BBE (or 0x1E3BBE) is known color: Persian Blue. HEX triplet: 1E, 3B and BE. RGB value is (30,59,190). Sum of RGB (Red+Green+Blue) = 30+59+190=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E3BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3BBE is #E1C441. Grayscale: #404040. Windows color (decimal): -14795842 or 12466974. OLE color: 12466974.
HSL color Cylindrical-coordinate representation of color #1E3BBE: hue angle of 229.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E3BBE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 59 | 190 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.25 |
| HSL | 229.13º | 0.73% | 0.43% | - |
| HSV(B) | 229.13º | 0.84% | 0.75% | - |
| XYZ | 11.39 | 7.12 | 49.49 | - |
| YUV | 65.26 | 198.39 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 190 | 0.84 | 0.69 | 0 | 0.25 | 229.13 | 0.73 | 0.43 |
| Hex | 1E | 3B | BE | 54 | 45 | 0 | 19 | E5 | 49 | 2B |
| Octal | 36 | 73 | 276 | 124 | 105 | 0 | 31 | 345 | 111 | 53 |
| Binary | 11110 | 111011 | 10111110 | 1010100 | 1000101 | 0 | 11001 | 11100101 | 1001001 | 101011 |
Color Harmonies of #1E3BBE
Complementary color
Monochromatic Colors of #1E3BBE
Black with #1E3BBE
Text Example
Text Example
White with #1E3BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3BBE; }
p { color: rgb(30,59,190); }
H1.HeaderClassName
{
color: #1E3BBE;
}
.AnyTagClassName
{
color: #1E3BBE;
}
</style>
background-color css
<style>
a { background-color: #1E3BBE; }
a { background-color: rgb(30,59,190); }
div.DivClassName
{
background-color: #1E3BBE;
}
.BgClassName
{
background-color: #1E3BBE;
}
</style>
border-color css
<style>
span { border-color: #1E3BBE; }
span { border-color: rgb(30,59,190); }
td.TdClassName
{
border-color: #1E3BBE;
}
.TagClassName
{
border-color: #1E3BBE;
}
</style>