#1E26AE

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

Shades of Persian Blue #1E26AE

Tints of Persian Blue #1E26AE

Color information

#1E26AE (or 0x1E26AE) is unknown color: approx Persian Blue. HEX triplet: 1E, 26 and AE. RGB value is (30,38,174). Sum of RGB (Red+Green+Blue) = 30+38+174=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E26AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E26AE is #E1D951. Grayscale: #323232. Windows color (decimal): -14801234 or 11413022. OLE color: 11413022.

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

Color convert

RGB3038174-
CMYK0.830.7800.32
HSL236.67º70.59%40%-
HSV(B)236.67º82.76%68.24%-
XYZ8.874.7240.49-
YUV51.11197.35112.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.40%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=12.40%
G=15.70%
B=71.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30381740.830.7800.32236.6770.5940
Hex1E26AE534E020ed4728
Octal364625612311604035510750
Binary1111010011010101110101001110011100100000111011011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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