Html Css Color HEX #1532A2 Egyptian Blue

📋 copy color: '#1532A2'

red 21 ◦ green 50 ◦ blue 162

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

Shades of Egyptian Blue #1532A2

Tints of Egyptian Blue #1532A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 69.53%

R = 9.01%
G = 21.46%
B = 69.53%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1532A2 (or 0x1532A2) is known color: Egyptian Blue. HEX triplet: 15, 32 and A2. RGB value is (21,50,162). Sum of RGB (Red+Green+Blue) = 21+50+162=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #1532A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1532A2 is #EACD5D. Grayscale: #353535. Windows color (decimal): -15387998 or 10629653. OLE color: 10629653.

HSL color Cylindrical-coordinate representation of color #1532A2: hue angle of 227.66º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1532A2 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 50 162 -
CMYK 0.87 0.69 0 0.36
HSL 227.66º 0.77% 0.36% -
HSV(B) 227.66º 0.87% 0.64% -
XYZ 7.97 5.05 34.74 -
YUV 54.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 21 50 162 0.87 0.69 0 0.36 227.66 0.77 0.36
Hex 15 32 A2 57 45 0 24 E4 4D 24
Octal 25 62 242 127 105 0 44 344 115 44
Binary 10101 110010 10100010 1010111 1000101 0 100100 11100100 1001101 100100

Color Harmonies of #1532A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1532A2

Black with #1532A2

Text Example


Text Example

White with #1532A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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