Html Css Color HEX #1521AD Egyptian Blue

📋 copy color: '#1521AD'

red 21 ◦ green 33 ◦ blue 173

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

Shades of Egyptian Blue #1521AD

Tints of Egyptian Blue #1521AD

RGB

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

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

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

R = 9.25%
G = 14.54%
B = 76.21%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1521AD (or 0x1521AD) is known color: Egyptian Blue. HEX triplet: 15, 21 and AD. RGB value is (21,33,173). Sum of RGB (Red+Green+Blue) = 21+33+173=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #1521AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1521AD is #EADE52. Grayscale: #2C2C2C. Windows color (decimal): -15392339 or 11346197. OLE color: 11346197.

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

Color convert

RGB 21 33 173 -
CMYK 0.88 0.81 0 0.32
HSL 235.26º 0.78% 0.38% -
HSV(B) 235.26º 0.88% 0.68% -
XYZ 8.4 4.26 39.92 -
YUV 45.37 200.02 110.62 -
System Red Green Blue C M Y K H S L
Decimal 21 33 173 0.88 0.81 0 0.32 235.26 0.78 0.38
Hex 15 21 AD 58 51 0 20 EB 4E 26
Octal 25 41 255 130 121 0 40 353 116 46
Binary 10101 100001 10101101 1011000 1010001 0 100000 11101011 1001110 100110

Color Harmonies of #1521AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521AD

Black with #1521AD

Text Example


Text Example

White with #1521AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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