#132DE1

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

Shades of Persian Blue #132DE1

Tints of Persian Blue #132DE1

Color information

#132DE1 (or 0x132DE1) is unknown color: approx Persian Blue. HEX triplet: 13, 2D and E1. RGB value is (19,45,225). Sum of RGB (Red+Green+Blue) = 19+45+225=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 225 (88.28% from 255 or 77.85% from 289); Max value from RGB is 225 - color contains mainly: blue. Hex color #132DE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DE1 is #ECD21E. Grayscale: #393939. Windows color (decimal): -15520287 or 14757139. OLE color: 14757139.

HSL color Cylindrical-coordinate representation of color #132DE1: hue angle of 232.43º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132DE1 is Cyan = 0.92, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1945225-
CMYK0.920.800.12
HSL232.43º84.43%47.84%-
HSV(B)232.43º91.56%88.24%-
XYZ14.87.4571.89-
YUV57.75222.39100.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 225 (88.28% from 255) = 77.85%
R=6.57%
G=15.57%
B=77.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal19452250.920.800.12232.4384.4347.84
Hex132DE15C500Ce85430
Octal235534113412001435012460
Binary10011101101111000011011100101000001100111010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132DE1; }

 p { color: rgb(19,45,225); }

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

<style>
 a { background-color: #132DE1; }

 a { background-color: rgb(19,45,225); }

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

<style>
 span { border-color: #132DE1; }

 span { border-color: rgb(19,45,225); }

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