#1E2EC7

Color #1E2EC7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1E2EC7

Tints of Persian Blue #1E2EC7

Color information

#1E2EC7 (or 0x1E2EC7) is unknown color: approx 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

RGB3046199-
CMYK0.850.7700.22
HSL234.32º73.8%44.9%-
HSV(B)234.32º84.92%78.04%-
XYZ11.826.3554.64-
YUV58.66207.2107.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 199 (78.12% from 255) = 72.36%
R=10.91%
G=16.73%
B=72.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal30461990.850.7700.22234.3273.844.9
Hex1E2EC7554D016ea4a2d
Octal365630712511502635211255
Binary111101011101100011110101011001101010110111010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>