#1A29EA

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

Shades of Persian Blue #1A29EA

Tints of Persian Blue #1A29EA

Color information

#1A29EA (or 0x1A29EA) is unknown color: approx Persian Blue. HEX triplet: 1A, 29 and EA. RGB value is (26,41,234). Sum of RGB (Red+Green+Blue) = 26+41+234=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A29EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A29EA is #E5D615. Grayscale: #393939. Windows color (decimal): -15062550 or 15345946. OLE color: 15345946.

HSL color Cylindrical-coordinate representation of color #1A29EA: hue angle of 235.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A29EA is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2641234-
CMYK0.890.8200.08
HSL235.67º83.2%50.98%-
HSV(B)235.67º88.89%91.76%-
XYZ16.077.7578.49-
YUV58.52227.03104.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 234 (91.80% from 255) = 77.74%
R=8.64%
G=13.62%
B=77.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal26412340.890.8200.08235.6783.250.98
Hex1A29EA595208ec5333
Octal325135213112201035412363
Binary11010101001111010101011001101001001000111011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A29EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,41,234); }

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

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

 a { background-color: rgb(26,41,234); }

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

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

 span { border-color: rgb(26,41,234); }

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