#1A32BE

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

Shades of Persian Blue #1A32BE

Tints of Persian Blue #1A32BE

Color information

#1A32BE (or 0x1A32BE) is unknown color: approx Persian Blue. HEX triplet: 1A, 32 and BE. RGB value is (26,50,190). Sum of RGB (Red+Green+Blue) = 26+50+190=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A32BE is #E5CD41. Grayscale: #3A3A3A. Windows color (decimal): -15060290 or 12464666. OLE color: 12464666.

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

Color convert

RGB2650190-
CMYK0.860.7400.25
HSL231.22º75.93%42.35%-
HSV(B)231.22º86.32%74.51%-
XYZ10.866.2249.34-
YUV58.78202.05104.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 190 (74.61% from 255) = 71.43%
R=9.77%
G=18.80%
B=71.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26501900.860.7400.25231.2275.9342.35
Hex1A32BE564A019e74c2a
Octal326227612611203134711452
Binary110101100101011111010101101001010011001111001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A32BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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