Html Css Color HEX #1532AB Egyptian Blue

📋 copy color: '#1532AB'

red 21 ◦ green 50 ◦ blue 171

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

Shades of Egyptian Blue #1532AB

Tints of Egyptian Blue #1532AB

RGB

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

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

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

R = 8.68%
G = 20.66%
B = 70.66%

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

#1532AB (or 0x1532AB) is known color: Egyptian Blue. HEX triplet: 15, 32 and AB. RGB value is (21,50,171). Sum of RGB (Red+Green+Blue) = 21+50+171=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #1532AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1532AB is #EACD54. Grayscale: #363636. Windows color (decimal): -15387989 or 11219477. OLE color: 11219477.

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

Color convert

RGB 21 50 171 -
CMYK 0.88 0.71 0 0.33
HSL 228.4º 0.78% 0.38% -
HSV(B) 228.4º 0.88% 0.67% -
XYZ 8.8 5.38 39.1 -
YUV 55.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 21 50 171 0.88 0.71 0 0.33 228.4 0.78 0.38
Hex 15 32 AB 58 47 0 21 E4 4E 26
Octal 25 62 253 130 107 0 41 344 116 46
Binary 10101 110010 10101011 1011000 1000111 0 100001 11100100 1001110 100110

Color Harmonies of #1532AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1532AB

Black with #1532AB

Text Example


Text Example

White with #1532AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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