#132ACA

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

Shades of Persian Blue #132ACA

Tints of Persian Blue #132ACA

Color information

#132ACA (or 0x132ACA) is unknown color: approx Persian Blue. HEX triplet: 13, 2A and CA. RGB value is (19,42,202). Sum of RGB (Red+Green+Blue) = 19+42+202=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #132ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ACA is #ECD535. Grayscale: #343434. Windows color (decimal): -15521078 or 13249043. OLE color: 13249043.

HSL color Cylindrical-coordinate representation of color #132ACA: hue angle of 232.46º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132ACA is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1942202-
CMYK0.910.7900.21
HSL232.46º82.81%43.33%-
HSV(B)232.46º90.59%79.22%-
XYZ11.766.0656.43-
YUV53.36211.88103.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 202 (79.30% from 255) = 76.81%
R=7.22%
G=15.97%
B=76.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19422020.910.7900.21232.4682.8143.33
Hex132ACA5B4F015e8532b
Octal235231213311702535012353
Binary100111010101100101010110111001111010101111010001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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