Html Css Color HEX #1520AA Egyptian Blue

📋 copy color: '#1520AA'

red 21 ◦ green 32 ◦ blue 170

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

Shades of Egyptian Blue #1520AA

Tints of Egyptian Blue #1520AA

RGB

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

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

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

R = 9.42%
G = 14.35%
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

#1520AA (or 0x1520AA) is known color: Egyptian Blue. HEX triplet: 15, 20 and AA. RGB value is (21,32,170). Sum of RGB (Red+Green+Blue) = 21+32+170=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 32 (12.89% from 255 or 14.35% 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 #1520AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1520AA is #EADF55. Grayscale: #2B2B2B. Windows color (decimal): -15392598 or 11149333. OLE color: 11149333.

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

Color convert

RGB 21 32 170 -
CMYK 0.88 0.81 0 0.33
HSL 235.57º 0.78% 0.37% -
HSV(B) 235.57º 0.88% 0.67% -
XYZ 8.08 4.09 38.39 -
YUV 44.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 21 32 170 0.88 0.81 0 0.33 235.57 0.78 0.37
Hex 15 20 AA 58 51 0 21 EC 4E 25
Octal 25 40 252 130 121 0 41 354 116 45
Binary 10101 100000 10101010 1011000 1010001 0 100001 11101100 1001110 100101

Color Harmonies of #1520AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520AA

Black with #1520AA

Text Example


Text Example

White with #1520AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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