#1849AA

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

Shades of Egyptian Blue #1849AA

Tints of Egyptian Blue #1849AA

Color information

#1849AA (or 0x1849AA) is unknown color: approx Egyptian Blue. HEX triplet: 18, 49 and AA. RGB value is (24,73,170). Sum of RGB (Red+Green+Blue) = 24+73+170=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #1849AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1849AA is #E7B655. Grayscale: #444444. Windows color (decimal): -15185494 or 11159832. OLE color: 11159832.

HSL color Cylindrical-coordinate representation of color #1849AA: hue angle of 219.86º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1849AA is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2473170-
CMYK0.860.5700.33
HSL219.86º75.26%38.04%-
HSV(B)219.86º85.88%66.67%-
XYZ10.017.8639.02-
YUV69.41184.7795.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 170 (66.80% from 255) = 63.67%
R=8.99%
G=27.34%
B=63.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24731700.860.5700.33219.8675.2638.04
Hex1849AA5639021dc4b26
Octal301112521267104133411346
Binary1100010010011010101010101101110010100001110111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1849AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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