#132DBD

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

Shades of Persian Blue #132DBD

Tints of Persian Blue #132DBD

Color information

#132DBD (or 0x132DBD) is unknown color: approx Persian Blue. HEX triplet: 13, 2D and BD. RGB value is (19,45,189). Sum of RGB (Red+Green+Blue) = 19+45+189=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #132DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DBD is #ECD242. Grayscale: #353535. Windows color (decimal): -15520323 or 12397843. OLE color: 12397843.

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

Color convert

RGB1945189-
CMYK0.900.7600.26
HSL230.82º81.73%40.78%-
HSV(B)230.82º89.95%74.12%-
XYZ10.395.6948.69-
YUV53.64204.39103.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 189 (74.22% from 255) = 74.70%
R=7.51%
G=17.79%
B=74.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19451890.900.7600.26230.8281.7340.78
Hex132DBD5A4C01Ae75229
Octal235527513211403234712251
Binary100111011011011110110110101001100011010111001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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