Html Css Color HEX #1821AC Egyptian Blue

📋 copy color: '#1821AC'

red 24 ◦ green 33 ◦ blue 172

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

Shades of Egyptian Blue #1821AC

Tints of Egyptian Blue #1821AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

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

R = 10.48%
G = 14.41%
B = 75.11%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1821AC (or 0x1821AC) is known color: Egyptian Blue. HEX triplet: 18, 21 and AC. RGB value is (24,33,172). Sum of RGB (Red+Green+Blue) = 24+33+172=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #1821AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1821AC is #E7DE53. Grayscale: #2D2D2D. Windows color (decimal): -15195732 or 11280664. OLE color: 11280664.

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

Color convert

RGB 24 33 172 -
CMYK 0.86 0.81 0 0.33
HSL 236.35º 0.76% 0.38% -
HSV(B) 236.35º 0.86% 0.67% -
XYZ 8.37 4.26 39.41 -
YUV 46.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 24 33 172 0.86 0.81 0 0.33 236.35 0.76 0.38
Hex 18 21 AC 56 51 0 21 EC 4C 26
Octal 30 41 254 126 121 0 41 354 114 46
Binary 11000 100001 10101100 1010110 1010001 0 100001 11101100 1001100 100110

Color Harmonies of #1821AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1821AC

Black with #1821AC

Text Example


Text Example

White with #1821AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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