Html Css Color HEX #1841AA Egyptian Blue

📋 copy color: '#1841AA'

red 24 ◦ green 65 ◦ blue 170

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

Shades of Egyptian Blue #1841AA

Tints of Egyptian Blue #1841AA

RGB

 RED value IS 24 (9.77% from 255) = 9.27%

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 170 (66.8% from 255) = 65.64%

R = 9.27%
G = 25.1%
B = 65.64%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1841AA (or 0x1841AA) is known color: Egyptian Blue. HEX triplet: 18, 41 and AA. RGB value is (24,65,170). Sum of RGB (Red+Green+Blue) = 24+65+170=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #1841AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1841AA is #E7BE55. Grayscale: #404040. Windows color (decimal): -15187542 or 11157784. OLE color: 11157784.

HSL color Cylindrical-coordinate representation of color #1841AA: hue angle of 223.15º 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 #1841AA is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 65 170 -
CMYK 0.86 0.62 0 0.33
HSL 223.15º 0.75% 0.38% -
HSV(B) 223.15º 0.86% 0.67% -
XYZ 9.52 6.88 38.86 -
YUV 64.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 24 65 170 0.86 0.62 0 0.33 223.15 0.75 0.38
Hex 18 41 AA 56 3E 0 21 DF 4B 26
Octal 30 101 252 126 76 0 41 337 113 46
Binary 11000 1000001 10101010 1010110 111110 0 100001 11011111 1001011 100110

Color Harmonies of #1841AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1841AA

Black with #1841AA

Text Example


Text Example

White with #1841AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1841AA;
 }
 .AnyTagClassName
 {
   color: #1841AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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