Html Css Color HEX #1820A3 Egyptian Blue

📋 copy color: '#1820A3'

red 24 ◦ green 32 ◦ blue 163

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

Shades of Egyptian Blue #1820A3

Tints of Egyptian Blue #1820A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 74.43%

R = 10.96%
G = 14.61%
B = 74.43%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1820A3 (or 0x1820A3) is known color: Egyptian Blue. HEX triplet: 18, 20 and A3. RGB value is (24,32,163). Sum of RGB (Red+Green+Blue) = 24+32+163=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 163 (64.06% from 255 or 74.43% from 219); Max value from RGB is 163 - color contains mainly: blue. Hex color #1820A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1820A3 is #E7DF5C. Grayscale: #2C2C2C. Windows color (decimal): -15195997 or 10690584. OLE color: 10690584.

HSL color Cylindrical-coordinate representation of color #1820A3: hue angle of 236.55º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1820A3 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 32 163 -
CMYK 0.85 0.80 0 0.36
HSL 236.55º 0.74% 0.37% -
HSV(B) 236.55º 0.85% 0.64% -
XYZ 7.5 3.87 35 -
YUV 44.54 194.85 113.35 -
System Red Green Blue C M Y K H S L
Decimal 24 32 163 0.85 0.80 0 0.36 236.55 0.74 0.37
Hex 18 20 A3 55 50 0 24 ED 4A 25
Octal 30 40 243 125 120 0 44 355 112 45
Binary 11000 100000 10100011 1010101 1010000 0 100100 11101101 1001010 100101

Color Harmonies of #1820A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820A3

Black with #1820A3

Text Example


Text Example

White with #1820A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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