#1c2995

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

Shades of Egyptian Blue #1C2995

Tints of Egyptian Blue #1C2995

Color information

#1C2995 (or 0x1C2995) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 29 and 95. RGB value is (28,41,149). Sum of RGB (Red+Green+Blue) = 28+41+149=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2995 is #E3D66A. Grayscale: #303030. Windows color (decimal): -14931563 or 9775388. OLE color: 9775388.

HSL color Cylindrical-coordinate representation of color #1C2995: hue angle of 233.55º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2995 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2841149-
CMYK0.810.7200.42
HSL233.55º68.36%34.71%-
HSV(B)233.55º81.21%58.43%-
XYZ6.7428.85-
YUV49.42184.19112.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=12.84%
G=18.81%
B=68.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28411490.810.7200.42233.5568.3634.71
Hex1C2995514802Aea4423
Octal345122512111005235210443
Binary1110010100110010101101000110010000101010111010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c2995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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