#1821AD

Color #1821AD Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1821AD

Tints of Egyptian Blue #1821AD

Color information

#1821AD (or 0x1821AD) is unknown color: approx Egyptian Blue. HEX triplet: 18, 21 and AD. RGB value is (24,33,173). Sum of RGB (Red+Green+Blue) = 24+33+173=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #1821AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1821AD is #E7DE52. Grayscale: #2D2D2D. Windows color (decimal): -15195731 or 11346200. OLE color: 11346200.

HSL color Cylindrical-coordinate representation of color #1821AD: hue angle of 236.38º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1821AD is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2433173-
CMYK0.860.8100.32
HSL236.38º75.63%38.63%-
HSV(B)236.38º86.13%67.84%-
XYZ8.464.339.92-
YUV46.27199.52112.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 173 (67.97% from 255) = 75.22%
R=10.43%
G=14.35%
B=75.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24331730.860.8100.32236.3875.6338.63
Hex1821AD5651020ec4c27
Octal304125512612104035411447
Binary1100010000110101101101011010100010100000111011001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1821AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1821AD;
 }
 .AnyTagClassName
 {
   color: #1821AD;
 }
</style>
background-color css

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

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

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

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

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

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