Shades of Persian Blue #1E2EBD
Tints of Persian Blue #1E2EBD
RGB
CMYK
RGB Variations
Color information
#1E2EBD (or 0x1E2EBD) is known color: Persian Blue. HEX triplet: 1E, 2E and BD. RGB value is (30,46,189). Sum of RGB (Red+Green+Blue) = 30+46+189=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E2EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2EBD is #E1D142. Grayscale: #383838. Windows color (decimal): -14799171 or 12398110. OLE color: 12398110.
HSL color Cylindrical-coordinate representation of color #1E2EBD: hue angle of 233.96º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E2EBD is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 46 | 189 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.26 |
| HSL | 233.96º | 0.73% | 0.43% | - |
| HSV(B) | 233.96º | 0.84% | 0.74% | - |
| XYZ | 10.7 | 5.9 | 48.72 | - |
| YUV | 57.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 189 | 0.84 | 0.76 | 0 | 0.26 | 233.96 | 0.73 | 0.43 |
| Hex | 1E | 2E | BD | 54 | 4C | 0 | 1A | EA | 49 | 2B |
| Octal | 36 | 56 | 275 | 124 | 114 | 0 | 32 | 352 | 111 | 53 |
| Binary | 11110 | 101110 | 10111101 | 1010100 | 1001100 | 0 | 11010 | 11101010 | 1001001 | 101011 |
Color Harmonies of #1E2EBD
Complementary color
Monochromatic Colors of #1E2EBD
Black with #1E2EBD
Text Example
Text Example
White with #1E2EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2EBD; }
p { color: rgb(30,46,189); }
H1.HeaderClassName
{
color: #1E2EBD;
}
.AnyTagClassName
{
color: #1E2EBD;
}
</style>
background-color css
<style>
a { background-color: #1E2EBD; }
a { background-color: rgb(30,46,189); }
div.DivClassName
{
background-color: #1E2EBD;
}
.BgClassName
{
background-color: #1E2EBD;
}
</style>
border-color css
<style>
span { border-color: #1E2EBD; }
span { border-color: rgb(30,46,189); }
td.TdClassName
{
border-color: #1E2EBD;
}
.TagClassName
{
border-color: #1E2EBD;
}
</style>