Html Css Color HEX #1824AB Egyptian Blue

📋 copy color: '#1824AB'

red 24 ◦ green 36 ◦ blue 171

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

Shades of Egyptian Blue #1824AB

Tints of Egyptian Blue #1824AB

RGB

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

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

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

R = 10.39%
G = 15.58%
B = 74.03%

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

#1824AB (or 0x1824AB) is known color: Egyptian Blue. HEX triplet: 18, 24 and AB. RGB value is (24,36,171). Sum of RGB (Red+Green+Blue) = 24+36+171=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #1824AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1824AB is #E7DB54. Grayscale: #2F2F2F. Windows color (decimal): -15194965 or 11215896. OLE color: 11215896.

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

Color convert

RGB 24 36 171 -
CMYK 0.86 0.79 0 0.33
HSL 235.1º 0.75% 0.38% -
HSV(B) 235.1º 0.86% 0.67% -
XYZ 8.36 4.4 38.94 -
YUV 47.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 24 36 171 0.86 0.79 0 0.33 235.1 0.75 0.38
Hex 18 24 AB 56 4F 0 21 EB 4B 26
Octal 30 44 253 126 117 0 41 353 113 46
Binary 11000 100100 10101011 1010110 1001111 0 100001 11101011 1001011 100110

Color Harmonies of #1824AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824AB

Black with #1824AB

Text Example


Text Example

White with #1824AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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