#132BBD

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

Shades of Persian Blue #132BBD

Tints of Persian Blue #132BBD

Color information

#132BBD (or 0x132BBD) is unknown color: approx Persian Blue. HEX triplet: 13, 2B and BD. RGB value is (19,43,189). Sum of RGB (Red+Green+Blue) = 19+43+189=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #132BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BBD is #ECD442. Grayscale: #333333. Windows color (decimal): -15520835 or 12397331. OLE color: 12397331.

HSL color Cylindrical-coordinate representation of color #132BBD: hue angle of 231.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132BBD is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1943189-
CMYK0.900.7700.26
HSL231.53º81.73%40.78%-
HSV(B)231.53º89.95%74.12%-
XYZ10.325.5448.67-
YUV52.47205.05104.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 189 (74.22% from 255) = 75.30%
R=7.57%
G=17.13%
B=75.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19431890.900.7700.26231.5381.7340.78
Hex132BBD5A4D01Ae85229
Octal235327513211503235012251
Binary100111010111011110110110101001101011010111010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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