#1A20BE

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

Shades of Persian Blue #1A20BE

Tints of Persian Blue #1A20BE

Color information

#1A20BE (or 0x1A20BE) is unknown color: approx Persian Blue. HEX triplet: 1A, 20 and BE. RGB value is (26,32,190). Sum of RGB (Red+Green+Blue) = 26+32+190=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A20BE is #E5DF41. Grayscale: #2F2F2F. Windows color (decimal): -15064898 or 12460058. OLE color: 12460058.

HSL color Cylindrical-coordinate representation of color #1A20BE: hue angle of 237.8º 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 #1A20BE is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2632190-
CMYK0.860.8300.25
HSL237.8º75.93%42.35%-
HSV(B)237.8º86.32%74.51%-
XYZ10.244.9749.14-
YUV48.22208.01112.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 190 (74.61% from 255) = 76.61%
R=10.48%
G=12.90%
B=76.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26321900.860.8300.25237.875.9342.35
Hex1A20BE5653019ee4c2a
Octal324027612612303135611452
Binary110101000001011111010101101010011011001111011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A20BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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