Html Css Color HEX #1520AD Egyptian Blue

📋 copy color: '#1520AD'

red 21 ◦ green 32 ◦ blue 173

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

Shades of Egyptian Blue #1520AD

Tints of Egyptian Blue #1520AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 76.55%

R = 9.29%
G = 14.16%
B = 76.55%

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

#1520AD (or 0x1520AD) is known color: Egyptian Blue. HEX triplet: 15, 20 and AD. RGB value is (21,32,173). Sum of RGB (Red+Green+Blue) = 21+32+173=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #1520AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1520AD is #EADF52. Grayscale: #2C2C2C. Windows color (decimal): -15392595 or 11345941. OLE color: 11345941.

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

Color convert

RGB 21 32 173 -
CMYK 0.88 0.82 0 0.32
HSL 235.66º 0.78% 0.38% -
HSV(B) 235.66º 0.88% 0.68% -
XYZ 8.37 4.21 39.91 -
YUV 44.79 200.36 111.04 -
System Red Green Blue C M Y K H S L
Decimal 21 32 173 0.88 0.82 0 0.32 235.66 0.78 0.38
Hex 15 20 AD 58 52 0 20 EC 4E 26
Octal 25 40 255 130 122 0 40 354 116 46
Binary 10101 100000 10101101 1011000 1010010 0 100000 11101100 1001110 100110

Color Harmonies of #1520AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520AD

Black with #1520AD

Text Example


Text Example

White with #1520AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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