#132AC6

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

Shades of Persian Blue #132AC6

Tints of Persian Blue #132AC6

Color information

#132AC6 (or 0x132AC6) is unknown color: approx Persian Blue. HEX triplet: 13, 2A and C6. RGB value is (19,42,198). Sum of RGB (Red+Green+Blue) = 19+42+198=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 198 (77.73% from 255 or 76.45% from 259); Max value from RGB is 198 - color contains mainly: blue. Hex color #132AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132AC6 is #ECD539. Grayscale: #343434. Windows color (decimal): -15521082 or 12986899. OLE color: 12986899.

HSL color Cylindrical-coordinate representation of color #132AC6: hue angle of 232.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132AC6 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1942198-
CMYK0.900.7900.22
HSL232.29º82.49%42.55%-
HSV(B)232.29º90.4%77.65%-
XYZ11.295.8753.96-
YUV52.91209.88103.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 198 (77.73% from 255) = 76.45%
R=7.34%
G=16.22%
B=76.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19421980.900.7900.22232.2982.4942.55
Hex132AC65A4F016e8522b
Octal235230613211702635012253
Binary100111010101100011010110101001111010110111010001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,198); }

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

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

 a { background-color: rgb(19,42,198); }

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

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

 span { border-color: rgb(19,42,198); }

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