#1E40AC

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

Shades of Persian Blue #1E40AC

Tints of Persian Blue #1E40AC

Color information

#1E40AC (or 0x1E40AC) is unknown color: approx Persian Blue. HEX triplet: 1E, 40 and AC. RGB value is (30,64,172). Sum of RGB (Red+Green+Blue) = 30+64+172=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E40AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E40AC is #E1BF53. Grayscale: #414141. Windows color (decimal): -14794580 or 11288606. OLE color: 11288606.

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

Color convert

RGB3064172-
CMYK0.830.6300.33
HSL225.63º70.3%39.61%-
HSV(B)225.63º82.56%67.45%-
XYZ9.826.9239.85-
YUV66.15187.74102.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.28%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 172 (67.58% from 255) = 64.66%
R=11.28%
G=24.06%
B=64.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30641720.830.6300.33225.6370.339.61
Hex1E40AC533F021e24628
Octal361002541237704134210650
Binary1111010000001010110010100111111110100001111000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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