Html Css Color HEX #1849AA Egyptian Blue

📋 copy color: '#1849AA'

red 24 ◦ green 73 ◦ blue 170

#1849AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1849AA

Tints of Egyptian Blue #1849AA

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.8% from 255) = 63.67%

R = 8.99%
G = 27.34%
B = 63.67%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1849AA (or 0x1849AA) is known color: 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

RGB 24 73 170 -
CMYK 0.86 0.57 0 0.33
HSL 219.86º 0.75% 0.38% -
HSV(B) 219.86º 0.86% 0.67% -
XYZ 10.01 7.86 39.02 -
YUV 69.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 24 73 170 0.86 0.57 0 0.33 219.86 0.75 0.38
Hex 18 49 AA 56 39 0 21 DC 4B 26
Octal 30 111 252 126 71 0 41 334 113 46
Binary 11000 1001001 10101010 1010110 111001 0 100001 11011100 1001011 100110

Color Harmonies of #1849AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1849AA

Black with #1849AA

Text Example


Text Example

White with #1849AA

Text Example


Text Example

HTML Codes & Css Web 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>