Html Css Color HEX #1421AA Egyptian Blue

📋 copy color: '#1421AA'

red 20 ◦ green 33 ◦ blue 170

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

Shades of Egyptian Blue #1421AA

Tints of Egyptian Blue #1421AA

RGB

 RED value IS 20 (8.2% from 255) = 8.97%

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

 BLUE value IS 170 (66.8% from 255) = 76.23%

R = 8.97%
G = 14.8%
B = 76.23%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1421AA (or 0x1421AA) is known color: Egyptian Blue. HEX triplet: 14, 21 and AA. RGB value is (20,33,170). Sum of RGB (Red+Green+Blue) = 20+33+170=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #1421AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1421AA is #EBDE55. Grayscale: #2C2C2C. Windows color (decimal): -15457878 or 11149588. OLE color: 11149588.

HSL color Cylindrical-coordinate representation of color #1421AA: hue angle of 234.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1421AA is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 33 170 -
CMYK 0.88 0.81 0 0.33
HSL 234.8º 0.79% 0.37% -
HSV(B) 234.8º 0.88% 0.67% -
XYZ 8.09 4.14 38.4 -
YUV 44.73 198.69 110.36 -
System Red Green Blue C M Y K H S L
Decimal 20 33 170 0.88 0.81 0 0.33 234.8 0.79 0.37
Hex 14 21 AA 58 51 0 21 EB 4F 25
Octal 24 41 252 130 121 0 41 353 117 45
Binary 10100 100001 10101010 1011000 1010001 0 100001 11101011 1001111 100101

Color Harmonies of #1421AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1421AA

Black with #1421AA

Text Example


Text Example

White with #1421AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1421AA; }

 p { color: rgb(20,33,170); }

 H1.HeaderClassName
 {
   color: #1421AA;
 }
 .AnyTagClassName
 {
   color: #1421AA;
 }
</style>

background-color css

<style>
 a { background-color: #1421AA; }

 a { background-color: rgb(20,33,170); }

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

border-color css

<style>
 span { border-color: #1421AA; }

 span { border-color: rgb(20,33,170); }

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