#1E20CE

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

Shades of Persian Blue #1E20CE

Tints of Persian Blue #1E20CE

Color information

#1E20CE (or 0x1E20CE) is unknown color: approx Persian Blue. HEX triplet: 1E, 20 and CE. RGB value is (30,32,206). Sum of RGB (Red+Green+Blue) = 30+32+206=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E20CE is #E1DF31. Grayscale: #323232. Windows color (decimal): -14802738 or 13508638. OLE color: 13508638.

HSL color Cylindrical-coordinate representation of color #1E20CE: hue angle of 239.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E20CE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3032206-
CMYK0.850.8400.19
HSL239.32º74.58%46.27%-
HSV(B)239.32º85.44%80.78%-
XYZ12.195.7758.86-
YUV51.24215.34112.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.19%
GREEN value IS 32 (12.89% from 255) = 11.94%
BLUE value IS 206 (80.86% from 255) = 76.87%
R=11.19%
G=11.94%
B=76.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal30322060.850.8400.19239.3274.5846.27
Hex1E20CE5554013ef4b2e
Octal364031612512402335711356
Binary111101000001100111010101011010100010011111011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E20CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,206); }

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

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

 a { background-color: rgb(30,32,206); }

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

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

 span { border-color: rgb(30,32,206); }

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