Html Css Color HEX #1528AD Egyptian Blue

📋 copy color: '#1528AD'

red 21 ◦ green 40 ◦ blue 173

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

Shades of Egyptian Blue #1528AD

Tints of Egyptian Blue #1528AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 8.97%
G = 17.09%
B = 73.93%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1528AD (or 0x1528AD) is known color: Egyptian Blue. HEX triplet: 15, 28 and AD. RGB value is (21,40,173). Sum of RGB (Red+Green+Blue) = 21+40+173=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #1528AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1528AD is #EAD752. Grayscale: #303030. Windows color (decimal): -15390547 or 11347989. OLE color: 11347989.

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

Color convert

RGB 21 40 173 -
CMYK 0.88 0.77 0 0.32
HSL 232.5º 0.78% 0.38% -
HSV(B) 232.5º 0.88% 0.68% -
XYZ 8.61 4.69 39.99 -
YUV 49.48 197.71 107.69 -
System Red Green Blue C M Y K H S L
Decimal 21 40 173 0.88 0.77 0 0.32 232.5 0.78 0.38
Hex 15 28 AD 58 4D 0 20 E8 4E 26
Octal 25 50 255 130 115 0 40 350 116 46
Binary 10101 101000 10101101 1011000 1001101 0 100000 11101000 1001110 100110

Color Harmonies of #1528AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528AD

Black with #1528AD

Text Example


Text Example

White with #1528AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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