#1C35AA

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

Shades of Egyptian Blue #1C35AA

Tints of Egyptian Blue #1C35AA

Color information

#1C35AA (or 0x1C35AA) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 35 and AA. RGB value is (28,53,170). Sum of RGB (Red+Green+Blue) = 28+53+170=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C35AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C35AA is #E3CA55. Grayscale: #3A3A3A. Windows color (decimal): -14928470 or 11154716. OLE color: 11154716.

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

Color convert

RGB2853170-
CMYK0.840.6900.33
HSL229.44º71.72%38.82%-
HSV(B)229.44º83.53%66.67%-
XYZ9.015.738.65-
YUV58.86190.72105.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.16%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 170 (66.80% from 255) = 67.73%
R=11.16%
G=21.12%
B=67.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28531700.840.6900.33229.4471.7238.82
Hex1C35AA5445021e54827
Octal346525212410504134511047
Binary1110011010110101010101010010001010100001111001011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C35AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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