#1e41ae

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

Shades of Persian Blue #1E41AE

Tints of Persian Blue #1E41AE

Color information

#1E41AE (or 0x1E41AE) is unknown color: approx Persian Blue. HEX triplet: 1E, 41 and AE. RGB value is (30,65,174). Sum of RGB (Red+Green+Blue) = 30+65+174=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E41AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E41AE is #E1BE51. Grayscale: #424242. Windows color (decimal): -14794322 or 11419934. OLE color: 11419934.

HSL color Cylindrical-coordinate representation of color #1E41AE: hue angle of 225.42º 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 #1E41AE is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3065174-
CMYK0.830.6300.32
HSL225.42º70.59%40%-
HSV(B)225.42º82.76%68.24%-
XYZ10.077.1140.89-
YUV66.96188.4101.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.15%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=11.15%
G=24.16%
B=64.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30651740.830.6300.32225.4270.5940
Hex1E41AE533F020e14728
Octal361012561237704034110750
Binary1111010000011010111010100111111110100000111000011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e41ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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