#1F20DE

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

Shades of Persian Blue #1F20DE

Tints of Persian Blue #1F20DE

Color information

#1F20DE (or 0x1F20DE) is unknown color: approx Persian Blue. HEX triplet: 1F, 20 and DE. RGB value is (31,32,222). Sum of RGB (Red+Green+Blue) = 31+32+222=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F20DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F20DE is #E0DF21. Grayscale: #343434. Windows color (decimal): -14737186 or 14557215. OLE color: 14557215.

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

Color convert

RGB3132222-
CMYK0.860.8600.13
HSL239.69º75.49%49.61%-
HSV(B)239.69º86.04%87.06%-
XYZ14.276.669.63-
YUV53.36223.17112.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 32 (12.89% from 255) = 11.23%
BLUE value IS 222 (87.11% from 255) = 77.89%
R=10.88%
G=11.23%
B=77.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31322220.860.8600.13239.6975.4949.61
Hex1F20DE56560Df04b32
Octal374033612612601536011362
Binary11111100000110111101010110101011001101111100001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F20DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,222); }

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

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

 a { background-color: rgb(31,32,222); }

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

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

 span { border-color: rgb(31,32,222); }

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