#1E46AA

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

Shades of Persian Blue #1E46AA

Tints of Persian Blue #1E46AA

Color information

#1E46AA (or 0x1E46AA) is unknown color: approx Persian Blue. HEX triplet: 1E, 46 and AA. RGB value is (30,70,170). Sum of RGB (Red+Green+Blue) = 30+70+170=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E46AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E46AA is #E1B955. Grayscale: #454545. Windows color (decimal): -14793046 or 11159070. OLE color: 11159070.

HSL color Cylindrical-coordinate representation of color #1E46AA: hue angle of 222.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E46AA is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3070170-
CMYK0.820.5900.33
HSL222.86º70%39.22%-
HSV(B)222.86º82.35%66.67%-
XYZ9.987.5638.96-
YUV69.44184.7599.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.11%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=11.11%
G=25.93%
B=62.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30701700.820.5900.33222.867039.22
Hex1E46AA523B021df4627
Octal361062521227304133710647
Binary1111010001101010101010100101110110100001110111111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E46AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,70,170); }

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

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

 a { background-color: rgb(30,70,170); }

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

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

 span { border-color: rgb(30,70,170); }

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