#132BC1

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

Shades of Persian Blue #132BC1

Tints of Persian Blue #132BC1

Color information

#132BC1 (or 0x132BC1) is unknown color: approx Persian Blue. HEX triplet: 13, 2B and C1. RGB value is (19,43,193). Sum of RGB (Red+Green+Blue) = 19+43+193=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #132BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BC1 is #ECD43E. Grayscale: #343434. Windows color (decimal): -15520831 or 12659475. OLE color: 12659475.

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

Color convert

RGB1943193-
CMYK0.900.7800.24
HSL231.72º82.08%41.57%-
HSV(B)231.72º90.16%75.69%-
XYZ10.765.7250.99-
YUV52.92207.05103.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.45%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=7.45%
G=16.86%
B=75.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19431930.900.7800.24231.7282.0841.57
Hex132BC15A4E018e8522a
Octal235330113211603035012252
Binary100111010111100000110110101001110011000111010001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,43,193); }

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

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

 a { background-color: rgb(19,43,193); }

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

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

 span { border-color: rgb(19,43,193); }

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