#1C29AE

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

Shades of Persian Blue #1C29AE

Tints of Persian Blue #1C29AE

Color information

#1C29AE (or 0x1C29AE) is unknown color: approx Persian Blue. HEX triplet: 1C, 29 and AE. RGB value is (28,41,174). Sum of RGB (Red+Green+Blue) = 28+41+174=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C29AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C29AE is #E3D651. Grayscale: #333333. Windows color (decimal): -14931538 or 11413788. OLE color: 11413788.

HSL color Cylindrical-coordinate representation of color #1C29AE: hue angle of 234.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C29AE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2841174-
CMYK0.840.7600.32
HSL234.66º72.28%39.61%-
HSV(B)234.66º83.91%68.24%-
XYZ8.914.8940.52-
YUV52.28196.69110.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=11.52%
G=16.87%
B=71.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28411740.840.7600.32234.6672.2839.61
Hex1C29AE544C020eb4828
Octal345125612411404035311050
Binary1110010100110101110101010010011000100000111010111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,174); }

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

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

 a { background-color: rgb(28,41,174); }

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

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

 span { border-color: rgb(28,41,174); }

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