Html Css Color HEX #1521AC Egyptian Blue

📋 copy color: '#1521AC'

red 21 ◦ green 33 ◦ blue 172

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

Shades of Egyptian Blue #1521AC

Tints of Egyptian Blue #1521AC

RGB

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

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

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

R = 9.29%
G = 14.6%
B = 76.11%

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

#1521AC (or 0x1521AC) is known color: Egyptian Blue. HEX triplet: 15, 21 and AC. RGB value is (21,33,172). Sum of RGB (Red+Green+Blue) = 21+33+172=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #1521AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1521AC is #EADE53. Grayscale: #2C2C2C. Windows color (decimal): -15392340 or 11280661. OLE color: 11280661.

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

Color convert

RGB 21 33 172 -
CMYK 0.88 0.81 0 0.33
HSL 235.23º 0.78% 0.38% -
HSV(B) 235.23º 0.88% 0.67% -
XYZ 8.3 4.23 39.41 -
YUV 45.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 21 33 172 0.88 0.81 0 0.33 235.23 0.78 0.38
Hex 15 21 AC 58 51 0 21 EB 4E 26
Octal 25 41 254 130 121 0 41 353 116 46
Binary 10101 100001 10101100 1011000 1010001 0 100001 11101011 1001110 100110

Color Harmonies of #1521AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521AC

Black with #1521AC

Text Example


Text Example

White with #1521AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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