#1C489E

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

Shades of Egyptian Blue #1C489E

Tints of Egyptian Blue #1C489E

Color information

#1C489E (or 0x1C489E) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 48 and 9E. RGB value is (28,72,158). Sum of RGB (Red+Green+Blue) = 28+72+158=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C489E is #E3B761. Grayscale: #444444. Windows color (decimal): -14923618 or 10373148. OLE color: 10373148.

HSL color Cylindrical-coordinate representation of color #1C489E: hue angle of 219.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C489E is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2872158-
CMYK0.820.5400.38
HSL219.69º69.89%36.47%-
HSV(B)219.69º82.28%61.96%-
XYZ8.977.3533.29-
YUV68.65178.4299.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.85%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=10.85%
G=27.91%
B=61.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28721580.820.5400.38219.6969.8936.47
Hex1C489E5236026dc4624
Octal341102361226604633410644
Binary1110010010001001111010100101101100100110110111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,158); }

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

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

 a { background-color: rgb(28,72,158); }

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

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

 span { border-color: rgb(28,72,158); }

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