Html Css Color HEX #1820AD Egyptian Blue

📋 copy color: '#1820AD'

red 24 ◦ green 32 ◦ blue 173

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

Shades of Egyptian Blue #1820AD

Tints of Egyptian Blue #1820AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 173 (67.97% from 255) = 75.55%

R = 10.48%
G = 13.97%
B = 75.55%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1820AD (or 0x1820AD) is known color: Egyptian Blue. HEX triplet: 18, 20 and AD. RGB value is (24,32,173). Sum of RGB (Red+Green+Blue) = 24+32+173=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #1820AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1820AD is #E7DF52. Grayscale: #2D2D2D. Windows color (decimal): -15195987 or 11345944. OLE color: 11345944.

HSL color Cylindrical-coordinate representation of color #1820AD: hue angle of 236.78º 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 #1820AD is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 32 173 -
CMYK 0.86 0.82 0 0.32
HSL 236.78º 0.76% 0.39% -
HSV(B) 236.78º 0.86% 0.68% -
XYZ 8.44 4.24 39.91 -
YUV 45.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 24 32 173 0.86 0.82 0 0.32 236.78 0.76 0.39
Hex 18 20 AD 56 52 0 20 ED 4C 27
Octal 30 40 255 126 122 0 40 355 114 47
Binary 11000 100000 10101101 1010110 1010010 0 100000 11101101 1001100 100111

Color Harmonies of #1820AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820AD

Black with #1820AD

Text Example


Text Example

White with #1820AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1820AD;
 }
 .AnyTagClassName
 {
   color: #1820AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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