#1C299B

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

Shades of Egyptian Blue #1C299B

Tints of Egyptian Blue #1C299B

Color information

#1C299B (or 0x1C299B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 29 and 9B. RGB value is (28,41,155). Sum of RGB (Red+Green+Blue) = 28+41+155=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C299B is #E3D664. Grayscale: #313131. Windows color (decimal): -14931557 or 10168604. OLE color: 10168604.

HSL color Cylindrical-coordinate representation of color #1C299B: hue angle of 233.86º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C299B is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2841155-
CMYK0.820.7400.39
HSL233.86º69.4%35.88%-
HSV(B)233.86º81.94%60.78%-
XYZ7.194.231.44-
YUV50.11187.19112.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 155 (60.94% from 255) = 69.20%
R=12.5%
G=18.30%
B=69.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28411550.820.7400.39233.8669.435.88
Hex1C299B524A027ea4524
Octal345123312211204735210544
Binary1110010100110011011101001010010100100111111010101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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