#1C2AAE

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

Shades of Persian Blue #1C2AAE

Tints of Persian Blue #1C2AAE

Color information

#1C2AAE (or 0x1C2AAE) is unknown color: approx Persian Blue. HEX triplet: 1C, 2A and AE. RGB value is (28,42,174). Sum of RGB (Red+Green+Blue) = 28+42+174=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C2AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2AAE is #E3D551. Grayscale: #343434. Windows color (decimal): -14931282 or 11414044. OLE color: 11414044.

HSL color Cylindrical-coordinate representation of color #1C2AAE: hue angle of 234.25º 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 #1C2AAE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2842174-
CMYK0.840.7600.32
HSL234.25º72.28%39.61%-
HSV(B)234.25º83.91%68.24%-
XYZ8.954.9640.53-
YUV52.86196.36110.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 174 (68.36% from 255) = 71.31%
R=11.48%
G=17.21%
B=71.31%

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
Decimal28421740.840.7600.32234.2572.2839.61
Hex1C2AAE544C020ea4828
Octal345225612411404035211050
Binary1110010101010101110101010010011000100000111010101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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