#1E25AE

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

Shades of Persian Blue #1E25AE

Tints of Persian Blue #1E25AE

Color information

#1E25AE (or 0x1E25AE) is unknown color: approx Persian Blue. HEX triplet: 1E, 25 and AE. RGB value is (30,37,174). Sum of RGB (Red+Green+Blue) = 30+37+174=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E25AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E25AE is #E1DA51. Grayscale: #313131. Windows color (decimal): -14801490 or 11412766. OLE color: 11412766.

HSL color Cylindrical-coordinate representation of color #1E25AE: hue angle of 237.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E25AE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3037174-
CMYK0.830.7900.32
HSL237.08º70.59%40%-
HSV(B)237.08º82.76%68.24%-
XYZ8.844.6640.48-
YUV50.52197.68113.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=12.45%
G=15.35%
B=72.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30371740.830.7900.32237.0870.5940
Hex1E25AE534F020ed4728
Octal364525612311704035510750
Binary1111010010110101110101001110011110100000111011011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E25AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E25AE; }

 p { color: rgb(30,37,174); }

 H1.HeaderClassName
 {
   color: #1E25AE;
 }
 .AnyTagClassName
 {
   color: #1E25AE;
 }
</style>
background-color css

<style>
 a { background-color: #1E25AE; }

 a { background-color: rgb(30,37,174); }

 div.DivClassName
 {
   background-color: #1E25AE;
 }
 .BgClassName
 {
   background-color: #1E25AE;
 }
</style>
border-color css

<style>
 span { border-color: #1E25AE; }

 span { border-color: rgb(30,37,174); }

 td.TdClassName
 {
   border-color: #1E25AE;
 }
 .TagClassName
 {
   border-color: #1E25AE;
 }
</style>