#1A32BD

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

Shades of Persian Blue #1A32BD

Tints of Persian Blue #1A32BD

Color information

#1A32BD (or 0x1A32BD) is unknown color: approx Persian Blue. HEX triplet: 1A, 32 and BD. RGB value is (26,50,189). Sum of RGB (Red+Green+Blue) = 26+50+189=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A32BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A32BD is #E5CD42. Grayscale: #3A3A3A. Windows color (decimal): -15060291 or 12399130. OLE color: 12399130.

HSL color Cylindrical-coordinate representation of color #1A32BD: hue angle of 231.17º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A32BD is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2650189-
CMYK0.860.7400.26
HSL231.17º75.81%42.16%-
HSV(B)231.17º86.24%74.12%-
XYZ10.756.1748.77-
YUV58.67201.55104.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 189 (74.22% from 255) = 71.32%
R=9.81%
G=18.87%
B=71.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26501890.860.7400.26231.1775.8142.16
Hex1A32BD564A01Ae74c2a
Octal326227512611203234711452
Binary110101100101011110110101101001010011010111001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A32BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A32BD; }

 p { color: rgb(26,50,189); }

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

<style>
 a { background-color: #1A32BD; }

 a { background-color: rgb(26,50,189); }

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

<style>
 span { border-color: #1A32BD; }

 span { border-color: rgb(26,50,189); }

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