#1E40EF

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

Shades of Persian Blue #1E40EF

Tints of Persian Blue #1E40EF

Color information

#1E40EF (or 0x1E40EF) is unknown color: approx Persian Blue. HEX triplet: 1E, 40 and EF. RGB value is (30,64,239). Sum of RGB (Red+Green+Blue) = 30+64+239=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E40EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E40EF is #E1BF10. Grayscale: #494949. Windows color (decimal): -14794513 or 15679518. OLE color: 15679518.

HSL color Cylindrical-coordinate representation of color #1E40EF: hue angle of 230.24º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E40EF is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3064239-
CMYK0.870.7300.06
HSL230.24º86.72%52.75%-
HSV(B)230.24º87.45%93.73%-
XYZ17.9510.1782.68-
YUV73.78221.2496.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.01%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 239 (93.75% from 255) = 71.77%
R=9.01%
G=19.22%
B=71.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30642390.870.7300.06230.2486.7252.75
Hex1E40EF574906e65735
Octal361003571271110634612765
Binary11110100000011101111101011110010010110111001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E40EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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