#1849A5

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

Shades of Egyptian Blue #1849A5

Tints of Egyptian Blue #1849A5

Color information

#1849A5 (or 0x1849A5) is unknown color: approx Egyptian Blue. HEX triplet: 18, 49 and A5. RGB value is (24,73,165). Sum of RGB (Red+Green+Blue) = 24+73+165=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #1849A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1849A5 is #E7B65A. Grayscale: #444444. Windows color (decimal): -15185499 or 10832152. OLE color: 10832152.

HSL color Cylindrical-coordinate representation of color #1849A5: hue angle of 219.15º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1849A5 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2473165-
CMYK0.850.5600.35
HSL219.15º74.6%37.06%-
HSV(B)219.15º85.45%64.71%-
XYZ9.557.6836.58-
YUV68.84182.2796.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 165 (64.84% from 255) = 62.98%
R=9.16%
G=27.86%
B=62.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24731650.850.5600.35219.1574.637.06
Hex1849A55538023db4b25
Octal301112451257004333311345
Binary1100010010011010010110101011110000100011110110111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1849A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1849A5; }

 p { color: rgb(24,73,165); }

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

<style>
 a { background-color: #1849A5; }

 a { background-color: rgb(24,73,165); }

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

<style>
 span { border-color: #1849A5; }

 span { border-color: rgb(24,73,165); }

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