#1E40D1

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

Shades of Persian Blue #1E40D1

Tints of Persian Blue #1E40D1

Color information

#1E40D1 (or 0x1E40D1) is unknown color: approx Persian Blue. HEX triplet: 1E, 40 and D1. RGB value is (30,64,209). Sum of RGB (Red+Green+Blue) = 30+64+209=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E40D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E40D1 is #E1BF2E. Grayscale: #454545. Windows color (decimal): -14794543 or 13713438. OLE color: 13713438.

HSL color Cylindrical-coordinate representation of color #1E40D1: hue angle of 228.6º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E40D1 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3064209-
CMYK0.860.6900.18
HSL228.6º74.9%46.86%-
HSV(B)228.6º85.65%81.96%-
XYZ13.888.5561.24-
YUV70.36206.2499.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.90%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 209 (82.03% from 255) = 68.98%
R=9.90%
G=21.12%
B=68.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30642090.860.6900.18228.674.946.86
Hex1E40D15645012e54b2f
Octal3610032112610502234511357
Binary1111010000001101000110101101000101010010111001011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E40D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,209); }

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

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

 a { background-color: rgb(30,64,209); }

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

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

 span { border-color: rgb(30,64,209); }

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