#132DB8

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

Shades of Persian Blue #132DB8

Tints of Persian Blue #132DB8

Color information

#132DB8 (or 0x132DB8) is unknown color: approx Persian Blue. HEX triplet: 13, 2D and B8. RGB value is (19,45,184). Sum of RGB (Red+Green+Blue) = 19+45+184=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #132DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DB8 is #ECD247. Grayscale: #343434. Windows color (decimal): -15520328 or 12070163. OLE color: 12070163.

HSL color Cylindrical-coordinate representation of color #132DB8: hue angle of 230.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132DB8 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1945184-
CMYK0.900.7600.28
HSL230.55º81.28%39.8%-
HSV(B)230.55º89.67%72.16%-
XYZ9.865.4845.88-
YUV53.07201.89103.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 184 (72.27% from 255) = 74.19%
R=7.66%
G=18.15%
B=74.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19451840.900.7600.28230.5581.2839.8
Hex132DB85A4C01Ce75128
Octal235527013211403434712150
Binary100111011011011100010110101001100011100111001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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