Html Css Color HEX #1528AB Egyptian Blue

📋 copy color: '#1528AB'

red 21 ◦ green 40 ◦ blue 171

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

Shades of Egyptian Blue #1528AB

Tints of Egyptian Blue #1528AB

RGB

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

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

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

R = 9.05%
G = 17.24%
B = 73.71%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1528AB (or 0x1528AB) is known color: Egyptian Blue. HEX triplet: 15, 28 and AB. RGB value is (21,40,171). Sum of RGB (Red+Green+Blue) = 21+40+171=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #1528AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1528AB is #EAD754. Grayscale: #303030. Windows color (decimal): -15390549 or 11216917. OLE color: 11216917.

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

Color convert

RGB 21 40 171 -
CMYK 0.88 0.77 0 0.33
HSL 232.4º 0.78% 0.38% -
HSV(B) 232.4º 0.88% 0.67% -
XYZ 8.42 4.62 38.98 -
YUV 49.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 21 40 171 0.88 0.77 0 0.33 232.4 0.78 0.38
Hex 15 28 AB 58 4D 0 21 E8 4E 26
Octal 25 50 253 130 115 0 41 350 116 46
Binary 10101 101000 10101011 1011000 1001101 0 100001 11101000 1001110 100110

Color Harmonies of #1528AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528AB

Black with #1528AB

Text Example


Text Example

White with #1528AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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