#132ED5

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

Shades of Persian Blue #132ED5

Tints of Persian Blue #132ED5

Color information

#132ED5 (or 0x132ED5) is unknown color: approx Persian Blue. HEX triplet: 13, 2E and D5. RGB value is (19,46,213). Sum of RGB (Red+Green+Blue) = 19+46+213=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #132ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ED5 is #ECD12A. Grayscale: #383838. Windows color (decimal): -15520043 or 13970963. OLE color: 13970963.

HSL color Cylindrical-coordinate representation of color #132ED5: hue angle of 231.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132ED5 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1946213-
CMYK0.910.7800.16
HSL231.65º83.62%45.49%-
HSV(B)231.65º91.08%83.53%-
XYZ13.266.963.58-
YUV56.96216.05100.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 213 (83.59% from 255) = 76.62%
R=6.83%
G=16.55%
B=76.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19462130.910.7800.16231.6583.6245.49
Hex132ED55B4E010e8542d
Octal235632513311602035012455
Binary100111011101101010110110111001110010000111010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,46,213); }

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

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

 a { background-color: rgb(19,46,213); }

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

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

 span { border-color: rgb(19,46,213); }

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