#1E23DE

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

Shades of Persian Blue #1E23DE

Tints of Persian Blue #1E23DE

Color information

#1E23DE (or 0x1E23DE) is unknown color: approx Persian Blue. HEX triplet: 1E, 23 and DE. RGB value is (30,35,222). Sum of RGB (Red+Green+Blue) = 30+35+222=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E23DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E23DE is #E1DC21. Grayscale: #363636. Windows color (decimal): -14801954 or 14557982. OLE color: 14557982.

HSL color Cylindrical-coordinate representation of color #1E23DE: hue angle of 238.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E23DE is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3035222-
CMYK0.860.8400.13
HSL238.44º76.19%49.41%-
HSV(B)238.44º86.49%87.06%-
XYZ14.326.7569.66-
YUV54.82222.34110.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 222 (87.11% from 255) = 77.35%
R=10.45%
G=12.20%
B=77.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30352220.860.8400.13238.4476.1949.41
Hex1E23DE56540Dee4c31
Octal364333612612401535611461
Binary11110100011110111101010110101010001101111011101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E23DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,35,222); }

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

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

 a { background-color: rgb(30,35,222); }

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

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

 span { border-color: rgb(30,35,222); }

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