Html Css Color HEX #1824AC Egyptian Blue

📋 copy color: '#1824AC'

red 24 ◦ green 36 ◦ blue 172

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

Shades of Egyptian Blue #1824AC

Tints of Egyptian Blue #1824AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 172 (67.58% from 255) = 74.14%

R = 10.34%
G = 15.52%
B = 74.14%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1824AC (or 0x1824AC) is known color: Egyptian Blue. HEX triplet: 18, 24 and AC. RGB value is (24,36,172). Sum of RGB (Red+Green+Blue) = 24+36+172=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #1824AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1824AC is #E7DB53. Grayscale: #2F2F2F. Windows color (decimal): -15194964 or 11281432. OLE color: 11281432.

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

Color convert

RGB 24 36 172 -
CMYK 0.86 0.79 0 0.33
HSL 235.14º 0.76% 0.38% -
HSV(B) 235.14º 0.86% 0.67% -
XYZ 8.45 4.43 39.44 -
YUV 47.92 198.02 110.94 -
System Red Green Blue C M Y K H S L
Decimal 24 36 172 0.86 0.79 0 0.33 235.14 0.76 0.38
Hex 18 24 AC 56 4F 0 21 EB 4C 26
Octal 30 44 254 126 117 0 41 353 114 46
Binary 11000 100100 10101100 1010110 1001111 0 100001 11101011 1001100 100110

Color Harmonies of #1824AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824AC

Black with #1824AC

Text Example


Text Example

White with #1824AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1824AC; }

 p { color: rgb(24,36,172); }

 H1.HeaderClassName
 {
   color: #1824AC;
 }
 .AnyTagClassName
 {
   color: #1824AC;
 }
</style>

background-color css

<style>
 a { background-color: #1824AC; }

 a { background-color: rgb(24,36,172); }

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

border-color css

<style>
 span { border-color: #1824AC; }

 span { border-color: rgb(24,36,172); }

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