Html Css Color HEX #1532AC Egyptian Blue

📋 copy color: '#1532AC'

red 21 ◦ green 50 ◦ blue 172

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

Shades of Egyptian Blue #1532AC

Tints of Egyptian Blue #1532AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 8.64%
G = 20.58%
B = 70.78%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1532AC (or 0x1532AC) is known color: Egyptian Blue. HEX triplet: 15, 32 and AC. RGB value is (21,50,172). Sum of RGB (Red+Green+Blue) = 21+50+172=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #1532AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1532AC is #EACD53. Grayscale: #363636. Windows color (decimal): -15387988 or 11285013. OLE color: 11285013.

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

Color convert

RGB 21 50 172 -
CMYK 0.88 0.71 0 0.33
HSL 228.48º 0.78% 0.38% -
HSV(B) 228.48º 0.88% 0.67% -
XYZ 8.9 5.42 39.61 -
YUV 55.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 21 50 172 0.88 0.71 0 0.33 228.48 0.78 0.38
Hex 15 32 AC 58 47 0 21 E4 4E 26
Octal 25 62 254 130 107 0 41 344 116 46
Binary 10101 110010 10101100 1011000 1000111 0 100001 11100100 1001110 100110

Color Harmonies of #1532AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1532AC

Black with #1532AC

Text Example


Text Example

White with #1532AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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