Html Css Color HEX #1520AE Egyptian Blue

📋 copy color: '#1520AE'

red 21 ◦ green 32 ◦ blue 174

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

Shades of Egyptian Blue #1520AE

Tints of Egyptian Blue #1520AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 76.65%

R = 9.25%
G = 14.1%
B = 76.65%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1520AE (or 0x1520AE) is known color: Egyptian Blue. HEX triplet: 15, 20 and AE. RGB value is (21,32,174). Sum of RGB (Red+Green+Blue) = 21+32+174=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #1520AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1520AE is #EADF51. Grayscale: #2C2C2C. Windows color (decimal): -15392594 or 11411477. OLE color: 11411477.

HSL color Cylindrical-coordinate representation of color #1520AE: hue angle of 235.69º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1520AE is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 32 174 -
CMYK 0.88 0.82 0 0.32
HSL 235.69º 0.78% 0.38% -
HSV(B) 235.69º 0.88% 0.68% -
XYZ 8.47 4.25 40.42 -
YUV 44.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 21 32 174 0.88 0.82 0 0.32 235.69 0.78 0.38
Hex 15 20 AE 58 52 0 20 EC 4E 26
Octal 25 40 256 130 122 0 40 354 116 46
Binary 10101 100000 10101110 1011000 1010010 0 100000 11101100 1001110 100110

Color Harmonies of #1520AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520AE

Black with #1520AE

Text Example


Text Example

White with #1520AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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