Shades of Persian Blue #1E2EC7
Tints of Persian Blue #1E2EC7
RGB
CMYK
RGB Variations
Color information
#1E2EC7 (or 0x1E2EC7) is known color: Persian Blue. HEX triplet: 1E, 2E and C7. RGB value is (30,46,199). Sum of RGB (Red+Green+Blue) = 30+46+199=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 199 (78.12% from 255 or 72.36% from 275); Max value from RGB is 199 - color contains mainly: blue. Hex color #1E2EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2EC7 is #E1D138. Grayscale: #3A3A3A. Windows color (decimal): -14799161 or 13053470. OLE color: 13053470.
HSL color Cylindrical-coordinate representation of color #1E2EC7: hue angle of 234.32º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E2EC7 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 46 | 199 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.22 |
| HSL | 234.32º | 0.74% | 0.45% | - |
| HSV(B) | 234.32º | 0.85% | 0.78% | - |
| XYZ | 11.82 | 6.35 | 54.64 | - |
| YUV | 58.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 199 | 0.85 | 0.77 | 0 | 0.22 | 234.32 | 0.74 | 0.45 |
| Hex | 1E | 2E | C7 | 55 | 4D | 0 | 16 | EA | 4A | 2D |
| Octal | 36 | 56 | 307 | 125 | 115 | 0 | 26 | 352 | 112 | 55 |
| Binary | 11110 | 101110 | 11000111 | 1010101 | 1001101 | 0 | 10110 | 11101010 | 1001010 | 101101 |
Color Harmonies of #1E2EC7
Complementary color
Monochromatic Colors of #1E2EC7
Black with #1E2EC7
Text Example
Text Example
White with #1E2EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2EC7; }
p { color: rgb(30,46,199); }
H1.HeaderClassName
{
color: #1E2EC7;
}
.AnyTagClassName
{
color: #1E2EC7;
}
</style>
background-color css
<style>
a { background-color: #1E2EC7; }
a { background-color: rgb(30,46,199); }
div.DivClassName
{
background-color: #1E2EC7;
}
.BgClassName
{
background-color: #1E2EC7;
}
</style>
border-color css
<style>
span { border-color: #1E2EC7; }
span { border-color: rgb(30,46,199); }
td.TdClassName
{
border-color: #1E2EC7;
}
.TagClassName
{
border-color: #1E2EC7;
}
</style>