Shades of Persian Blue #1E3EBA
Tints of Persian Blue #1E3EBA
RGB
CMYK
RGB Variations
Color information
#1E3EBA (or 0x1E3EBA) is known color: Persian Blue. HEX triplet: 1E, 3E and BA. RGB value is (30,62,186). Sum of RGB (Red+Green+Blue) = 30+62+186=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E3EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3EBA is #E1C145. Grayscale: #424242. Windows color (decimal): -14795078 or 12205598. OLE color: 12205598.
HSL color Cylindrical-coordinate representation of color #1E3EBA: hue angle of 227.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E3EBA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 62 | 186 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.27 |
| HSL | 227.69º | 0.72% | 0.42% | - |
| HSV(B) | 227.69º | 0.84% | 0.73% | - |
| XYZ | 11.12 | 7.27 | 47.27 | - |
| YUV | 66.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 186 | 0.84 | 0.67 | 0 | 0.27 | 227.69 | 0.72 | 0.42 |
| Hex | 1E | 3E | BA | 54 | 43 | 0 | 1B | E4 | 48 | 2A |
| Octal | 36 | 76 | 272 | 124 | 103 | 0 | 33 | 344 | 110 | 52 |
| Binary | 11110 | 111110 | 10111010 | 1010100 | 1000011 | 0 | 11011 | 11100100 | 1001000 | 101010 |
Color Harmonies of #1E3EBA
Complementary color
Monochromatic Colors of #1E3EBA
Black with #1E3EBA
Text Example
Text Example
White with #1E3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3EBA; }
p { color: rgb(30,62,186); }
H1.HeaderClassName
{
color: #1E3EBA;
}
.AnyTagClassName
{
color: #1E3EBA;
}
</style>
background-color css
<style>
a { background-color: #1E3EBA; }
a { background-color: rgb(30,62,186); }
div.DivClassName
{
background-color: #1E3EBA;
}
.BgClassName
{
background-color: #1E3EBA;
}
</style>
border-color css
<style>
span { border-color: #1E3EBA; }
span { border-color: rgb(30,62,186); }
td.TdClassName
{
border-color: #1E3EBA;
}
.TagClassName
{
border-color: #1E3EBA;
}
</style>