#1032E1

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

Shades of Persian Blue #1032E1

Tints of Persian Blue #1032E1

Color information

#1032E1 (or 0x1032E1) is unknown color: approx Persian Blue. HEX triplet: 10, 32 and E1. RGB value is (16,50,225). Sum of RGB (Red+Green+Blue) = 16+50+225=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 225 (88.28% from 255 or 77.32% from 291); Max value from RGB is 225 - color contains mainly: blue. Hex color #1032E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1032E1 is #EFCD1E. Grayscale: #3B3B3B. Windows color (decimal): -15715615 or 14758416. OLE color: 14758416.

HSL color Cylindrical-coordinate representation of color #1032E1: hue angle of 230.24º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1032E1 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1650225-
CMYK0.930.7800.12
HSL230.24º86.72%47.25%-
HSV(B)230.24º92.89%88.24%-
XYZ14.947.8371.96-
YUV59.78221.2496.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 225 (88.28% from 255) = 77.32%
R=5.50%
G=17.18%
B=77.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16502250.930.7800.12230.2486.7247.25
Hex1032E15D4E0Ce6572f
Octal206234113511601434612757
Binary10000110010111000011011101100111001100111001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1032E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1032E1; }

 p { color: rgb(16,50,225); }

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

<style>
 a { background-color: #1032E1; }

 a { background-color: rgb(16,50,225); }

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

<style>
 span { border-color: #1032E1; }

 span { border-color: rgb(16,50,225); }

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