Shades of Persian Blue #1E3BBF
Tints of Persian Blue #1E3BBF
RGB
CMYK
RGB Variations
Color information
#1E3BBF (or 0x1E3BBF) is known color: Persian Blue. HEX triplet: 1E, 3B and BF. RGB value is (30,59,191). Sum of RGB (Red+Green+Blue) = 30+59+191=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E3BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3BBF is #E1C440. Grayscale: #404040. Windows color (decimal): -14795841 or 12532510. OLE color: 12532510.
HSL color Cylindrical-coordinate representation of color #1E3BBF: hue angle of 229.19º 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 #1E3BBF is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 59 | 191 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.25 |
| HSL | 229.19º | 0.73% | 0.43% | - |
| HSV(B) | 229.19º | 0.84% | 0.75% | - |
| XYZ | 11.5 | 7.17 | 50.07 | - |
| YUV | 65.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 191 | 0.84 | 0.69 | 0 | 0.25 | 229.19 | 0.73 | 0.43 |
| Hex | 1E | 3B | BF | 54 | 45 | 0 | 19 | E5 | 49 | 2B |
| Octal | 36 | 73 | 277 | 124 | 105 | 0 | 31 | 345 | 111 | 53 |
| Binary | 11110 | 111011 | 10111111 | 1010100 | 1000101 | 0 | 11001 | 11100101 | 1001001 | 101011 |
Color Harmonies of #1E3BBF
Complementary color
Monochromatic Colors of #1E3BBF
Black with #1E3BBF
Text Example
Text Example
White with #1E3BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3BBF; }
p { color: rgb(30,59,191); }
H1.HeaderClassName
{
color: #1E3BBF;
}
.AnyTagClassName
{
color: #1E3BBF;
}
</style>
background-color css
<style>
a { background-color: #1E3BBF; }
a { background-color: rgb(30,59,191); }
div.DivClassName
{
background-color: #1E3BBF;
}
.BgClassName
{
background-color: #1E3BBF;
}
</style>
border-color css
<style>
span { border-color: #1E3BBF; }
span { border-color: rgb(30,59,191); }
td.TdClassName
{
border-color: #1E3BBF;
}
.TagClassName
{
border-color: #1E3BBF;
}
</style>