Html Css Color HEX #1521AB Egyptian Blue

📋 copy color: '#1521AB'

red 21 ◦ green 33 ◦ blue 171

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

Shades of Egyptian Blue #1521AB

Tints of Egyptian Blue #1521AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 76%

R = 9.33%
G = 14.67%
B = 76%

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

#1521AB (or 0x1521AB) is known color: Egyptian Blue. HEX triplet: 15, 21 and AB. RGB value is (21,33,171). Sum of RGB (Red+Green+Blue) = 21+33+171=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #1521AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1521AB is #EADE54. Grayscale: #2C2C2C. Windows color (decimal): -15392341 or 11215125. OLE color: 11215125.

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

Color convert

RGB 21 33 171 -
CMYK 0.88 0.81 0 0.33
HSL 235.2º 0.78% 0.38% -
HSV(B) 235.2º 0.88% 0.67% -
XYZ 8.2 4.19 38.9 -
YUV 45.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 21 33 171 0.88 0.81 0 0.33 235.2 0.78 0.38
Hex 15 21 AB 58 51 0 21 EB 4E 26
Octal 25 41 253 130 121 0 41 353 116 46
Binary 10101 100001 10101011 1011000 1010001 0 100001 11101011 1001110 100110

Color Harmonies of #1521AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521AB

Black with #1521AB

Text Example


Text Example

White with #1521AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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