#1C2DAA

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

Shades of Egyptian Blue #1C2DAA

Tints of Egyptian Blue #1C2DAA

Color information

#1C2DAA (or 0x1C2DAA) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2D and AA. RGB value is (28,45,170). Sum of RGB (Red+Green+Blue) = 28+45+170=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2DAA is #E3D255. Grayscale: #353535. Windows color (decimal): -14930518 or 11152668. OLE color: 11152668.

HSL color Cylindrical-coordinate representation of color #1C2DAA: hue angle of 232.82º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C2DAA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2845170-
CMYK0.840.7400.33
HSL232.82º71.72%38.82%-
HSV(B)232.82º83.53%66.67%-
XYZ8.675.0338.54-
YUV54.17193.37109.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 170 (66.80% from 255) = 69.96%
R=11.52%
G=18.52%
B=69.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28451700.840.7400.33232.8271.7238.82
Hex1C2DAA544A021e94827
Octal345525212411204135111047
Binary1110010110110101010101010010010100100001111010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,45,170); }

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

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

 a { background-color: rgb(28,45,170); }

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

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

 span { border-color: rgb(28,45,170); }

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