#1C2BAA

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

Shades of Egyptian Blue #1C2BAA

Tints of Egyptian Blue #1C2BAA

Color information

#1C2BAA (or 0x1C2BAA) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2B and AA. RGB value is (28,43,170). Sum of RGB (Red+Green+Blue) = 28+43+170=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C2BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2BAA is #E3D455. Grayscale: #343434. Windows color (decimal): -14931030 or 11152156. OLE color: 11152156.

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

Color convert

RGB2843170-
CMYK0.840.7500.33
HSL233.66º71.72%38.82%-
HSV(B)233.66º83.53%66.67%-
XYZ8.64.8838.52-
YUV52.99194.03110.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=11.62%
G=17.84%
B=70.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28431700.840.7500.33233.6671.7238.82
Hex1C2BAA544B021ea4827
Octal345325212411304135211047
Binary1110010101110101010101010010010110100001111010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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