#1844A2

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

Shades of Egyptian Blue #1844A2

Tints of Egyptian Blue #1844A2

Color information

#1844A2 (or 0x1844A2) is unknown color: approx Egyptian Blue. HEX triplet: 18, 44 and A2. RGB value is (24,68,162). Sum of RGB (Red+Green+Blue) = 24+68+162=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 162 (63.67% from 255 or 63.78% from 254); Max value from RGB is 162 - color contains mainly: blue. Hex color #1844A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1844A2 is #E7BB5D. Grayscale: #414141. Windows color (decimal): -15186782 or 10634264. OLE color: 10634264.

HSL color Cylindrical-coordinate representation of color #1844A2: hue angle of 220.87º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1844A2 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2468162-
CMYK0.850.5800.36
HSL220.87º74.19%36.47%-
HSV(B)220.87º85.19%63.53%-
XYZ8.976.9435.05-
YUV65.56182.4298.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 162 (63.67% from 255) = 63.78%
R=9.45%
G=26.77%
B=63.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24681620.850.5800.36220.8774.1936.47
Hex1844A2553A024dd4a24
Octal301042421257204433511244
Binary1100010001001010001010101011110100100100110111011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1844A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1844A2; }

 p { color: rgb(24,68,162); }

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

<style>
 a { background-color: #1844A2; }

 a { background-color: rgb(24,68,162); }

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

<style>
 span { border-color: #1844A2; }

 span { border-color: rgb(24,68,162); }

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