Html Css Color HEX #1532AD Egyptian Blue

📋 copy color: '#1532AD'

red 21 ◦ green 50 ◦ blue 173

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

Shades of Egyptian Blue #1532AD

Tints of Egyptian Blue #1532AD

RGB

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

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

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

R = 8.61%
G = 20.49%
B = 70.9%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1532AD (or 0x1532AD) is known color: Egyptian Blue. HEX triplet: 15, 32 and AD. RGB value is (21,50,173). Sum of RGB (Red+Green+Blue) = 21+50+173=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #1532AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1532AD is #EACD52. Grayscale: #363636. Windows color (decimal): -15387987 or 11350549. OLE color: 11350549.

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

Color convert

RGB 21 50 173 -
CMYK 0.88 0.71 0 0.32
HSL 228.55º 0.78% 0.38% -
HSV(B) 228.55º 0.88% 0.68% -
XYZ 8.99 5.46 40.11 -
YUV 55.35 194.39 103.5 -
System Red Green Blue C M Y K H S L
Decimal 21 50 173 0.88 0.71 0 0.32 228.55 0.78 0.38
Hex 15 32 AD 58 47 0 20 E5 4E 26
Octal 25 62 255 130 107 0 40 345 116 46
Binary 10101 110010 10101101 1011000 1000111 0 100000 11100101 1001110 100110

Color Harmonies of #1532AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1532AD

Black with #1532AD

Text Example


Text Example

White with #1532AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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