Html Css Color HEX #1533A2 Egyptian Blue

📋 copy color: '#1533A2'

red 21 ◦ green 51 ◦ blue 162

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

Shades of Egyptian Blue #1533A2

Tints of Egyptian Blue #1533A2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 8.97%
G = 21.79%
B = 69.23%

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

#1533A2 (or 0x1533A2) is known color: Egyptian Blue. HEX triplet: 15, 33 and A2. RGB value is (21,51,162). Sum of RGB (Red+Green+Blue) = 21+51+162=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 162 (63.67% from 255 or 69.23% from 234); Max value from RGB is 162 - color contains mainly: blue. Hex color #1533A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1533A2 is #EACC5D. Grayscale: #363636. Windows color (decimal): -15387742 or 10629909. OLE color: 10629909.

HSL color Cylindrical-coordinate representation of color #1533A2: hue angle of 227.23º 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 #1533A2 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 51 162 -
CMYK 0.87 0.69 0 0.36
HSL 227.23º 0.77% 0.36% -
HSV(B) 227.23º 0.87% 0.64% -
XYZ 8.01 5.14 34.75 -
YUV 54.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 21 51 162 0.87 0.69 0 0.36 227.23 0.77 0.36
Hex 15 33 A2 57 45 0 24 E3 4D 24
Octal 25 63 242 127 105 0 44 343 115 44
Binary 10101 110011 10100010 1010111 1000101 0 100100 11100011 1001101 100100

Color Harmonies of #1533A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1533A2

Black with #1533A2

Text Example


Text Example

White with #1533A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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