#1840A9

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

Shades of Egyptian Blue #1840A9

Tints of Egyptian Blue #1840A9

Color information

#1840A9 (or 0x1840A9) is unknown color: approx Egyptian Blue. HEX triplet: 18, 40 and A9. RGB value is (24,64,169). Sum of RGB (Red+Green+Blue) = 24+64+169=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #1840A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1840A9 is #E7BF56. Grayscale: #3F3F3F. Windows color (decimal): -15187799 or 11091992. OLE color: 11091992.

HSL color Cylindrical-coordinate representation of color #1840A9: hue angle of 223.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1840A9 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2464169-
CMYK0.860.6200.34
HSL223.45º75.13%37.84%-
HSV(B)223.45º85.8%66.27%-
XYZ9.376.7338.34-
YUV64.01187.2599.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 169 (66.41% from 255) = 65.76%
R=9.34%
G=24.90%
B=65.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal24641690.860.6200.34223.4575.1337.84
Hex1840A9563E022df4b26
Octal301002511267604233711346
Binary1100010000001010100110101101111100100010110111111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1840A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1840A9; }

 p { color: rgb(24,64,169); }

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

<style>
 a { background-color: #1840A9; }

 a { background-color: rgb(24,64,169); }

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

<style>
 span { border-color: #1840A9; }

 span { border-color: rgb(24,64,169); }

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