Html Css Color HEX #1521AA Egyptian Blue

📋 copy color: '#1521AA'

red 21 ◦ green 33 ◦ blue 170

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

Shades of Egyptian Blue #1521AA

Tints of Egyptian Blue #1521AA

RGB

 RED value IS 21 (8.59% from 255) = 9.38%

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

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

R = 9.38%
G = 14.73%
B = 75.89%

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

#1521AA (or 0x1521AA) is known color: Egyptian Blue. HEX triplet: 15, 21 and AA. RGB value is (21,33,170). Sum of RGB (Red+Green+Blue) = 21+33+170=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #1521AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1521AA is #EADE55. Grayscale: #2C2C2C. Windows color (decimal): -15392342 or 11149589. OLE color: 11149589.

HSL color Cylindrical-coordinate representation of color #1521AA: hue angle of 235.17º degrees, saturation: 0.78, 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 #1521AA is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 33 170 -
CMYK 0.88 0.81 0 0.33
HSL 235.17º 0.78% 0.37% -
HSV(B) 235.17º 0.88% 0.67% -
XYZ 8.11 4.15 38.4 -
YUV 45.03 198.52 110.86 -
System Red Green Blue C M Y K H S L
Decimal 21 33 170 0.88 0.81 0 0.33 235.17 0.78 0.37
Hex 15 21 AA 58 51 0 21 EB 4E 25
Octal 25 41 252 130 121 0 41 353 116 45
Binary 10101 100001 10101010 1011000 1010001 0 100001 11101011 1001110 100101

Color Harmonies of #1521AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521AA

Black with #1521AA

Text Example


Text Example

White with #1521AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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