Html Css Color HEX #1829AB Egyptian Blue

📋 copy color: '#1829AB'

red 24 ◦ green 41 ◦ blue 171

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

Shades of Egyptian Blue #1829AB

Tints of Egyptian Blue #1829AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.46%

R = 10.17%
G = 17.37%
B = 72.46%

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

#1829AB (or 0x1829AB) is known color: Egyptian Blue. HEX triplet: 18, 29 and AB. RGB value is (24,41,171). Sum of RGB (Red+Green+Blue) = 24+41+171=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #1829AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1829AB is #E7D654. Grayscale: #323232. Windows color (decimal): -15193685 or 11217176. OLE color: 11217176.

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

Color convert

RGB 24 41 171 -
CMYK 0.86 0.76 0 0.33
HSL 233.06º 0.75% 0.38% -
HSV(B) 233.06º 0.86% 0.67% -
XYZ 8.52 4.72 38.99 -
YUV 50.74 195.87 108.93 -
System Red Green Blue C M Y K H S L
Decimal 24 41 171 0.86 0.76 0 0.33 233.06 0.75 0.38
Hex 18 29 AB 56 4C 0 21 E9 4B 26
Octal 30 51 253 126 114 0 41 351 113 46
Binary 11000 101001 10101011 1010110 1001100 0 100001 11101001 1001011 100110

Color Harmonies of #1829AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1829AB

Black with #1829AB

Text Example


Text Example

White with #1829AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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