#132EB8

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

Shades of Persian Blue #132EB8

Tints of Persian Blue #132EB8

Color information

#132EB8 (or 0x132EB8) is unknown color: approx Persian Blue. HEX triplet: 13, 2E and B8. RGB value is (19,46,184). Sum of RGB (Red+Green+Blue) = 19+46+184=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 184 (72.27% from 255 or 73.90% from 249); Max value from RGB is 184 - color contains mainly: blue. Hex color #132EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EB8 is #ECD147. Grayscale: #353535. Windows color (decimal): -15520072 or 12070419. OLE color: 12070419.

HSL color Cylindrical-coordinate representation of color #132EB8: hue angle of 230.18º 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 #132EB8 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1946184-
CMYK0.900.7500.28
HSL230.18º81.28%39.8%-
HSV(B)230.18º89.67%72.16%-
XYZ9.95.5545.9-
YUV53.66201.55103.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.63%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 184 (72.27% from 255) = 73.90%
R=7.63%
G=18.47%
B=73.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19461840.900.7500.28230.1881.2839.8
Hex132EB85A4B01Ce65128
Octal235627013211303434612150
Binary100111011101011100010110101001011011100111001101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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