#1432CB

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

Shades of Persian Blue #1432CB

Tints of Persian Blue #1432CB

Color information

#1432CB (or 0x1432CB) is unknown color: approx Persian Blue. HEX triplet: 14, 32 and CB. RGB value is (20,50,203). Sum of RGB (Red+Green+Blue) = 20+50+203=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #1432CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432CB is #EBCD34. Grayscale: #393939. Windows color (decimal): -15453493 or 13316628. OLE color: 13316628.

HSL color Cylindrical-coordinate representation of color #1432CB: hue angle of 230.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1432CB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2050203-
CMYK0.900.7500.20
HSL230.16º82.06%43.73%-
HSV(B)230.16º90.15%79.61%-
XYZ12.216.7457.16-
YUV58.47209.56100.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 203 (79.69% from 255) = 74.36%
R=7.33%
G=18.32%
B=74.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20502030.900.7500.20230.1682.0643.73
Hex1432CB5A4B014e6522c
Octal246231313211302434612254
Binary101001100101100101110110101001011010100111001101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1432CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1432CB; }

 p { color: rgb(20,50,203); }

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

<style>
 a { background-color: #1432CB; }

 a { background-color: rgb(20,50,203); }

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

<style>
 span { border-color: #1432CB; }

 span { border-color: rgb(20,50,203); }

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