Html Css Color HEX #1520AC Egyptian Blue

📋 copy color: '#1520AC'

red 21 ◦ green 32 ◦ blue 172

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

Shades of Egyptian Blue #1520AC

Tints of Egyptian Blue #1520AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 9.33%
G = 14.22%
B = 76.44%

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

#1520AC (or 0x1520AC) is known color: Egyptian Blue. HEX triplet: 15, 20 and AC. RGB value is (21,32,172). Sum of RGB (Red+Green+Blue) = 21+32+172=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #1520AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1520AC is #EADF53. Grayscale: #2C2C2C. Windows color (decimal): -15392596 or 11280405. OLE color: 11280405.

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

Color convert

RGB 21 32 172 -
CMYK 0.88 0.81 0 0.33
HSL 235.63º 0.78% 0.38% -
HSV(B) 235.63º 0.88% 0.67% -
XYZ 8.27 4.17 39.4 -
YUV 44.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 21 32 172 0.88 0.81 0 0.33 235.63 0.78 0.38
Hex 15 20 AC 58 51 0 21 EC 4E 26
Octal 25 40 254 130 121 0 41 354 116 46
Binary 10101 100000 10101100 1011000 1010001 0 100001 11101100 1001110 100110

Color Harmonies of #1520AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520AC

Black with #1520AC

Text Example


Text Example

White with #1520AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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