Html Css Color HEX #1829AA Egyptian Blue

📋 copy color: '#1829AA'

red 24 ◦ green 41 ◦ blue 170

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

Shades of Egyptian Blue #1829AA

Tints of Egyptian Blue #1829AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

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

R = 10.21%
G = 17.45%
B = 72.34%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1829AA (or 0x1829AA) is known color: Egyptian Blue. HEX triplet: 18, 29 and AA. RGB value is (24,41,170). Sum of RGB (Red+Green+Blue) = 24+41+170=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #1829AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1829AA is #E7D655. Grayscale: #323232. Windows color (decimal): -15193686 or 11151640. OLE color: 11151640.

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

Color convert

RGB 24 41 170 -
CMYK 0.86 0.76 0 0.33
HSL 233.01º 0.75% 0.38% -
HSV(B) 233.01º 0.86% 0.67% -
XYZ 8.43 4.68 38.49 -
YUV 50.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 24 41 170 0.86 0.76 0 0.33 233.01 0.75 0.38
Hex 18 29 AA 56 4C 0 21 E9 4B 26
Octal 30 51 252 126 114 0 41 351 113 46
Binary 11000 101001 10101010 1010110 1001100 0 100001 11101001 1001011 100110

Color Harmonies of #1829AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1829AA

Black with #1829AA

Text Example


Text Example

White with #1829AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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