#1533A2

Color #1533A2 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1533A2

Tints of Egyptian Blue #1533A2

Color information

#1533A2 (or 0x1533A2) is unknown color: approx 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

RGB2151162-
CMYK0.870.6900.36
HSL227.23º77.05%35.88%-
HSV(B)227.23º87.04%63.53%-
XYZ8.015.1434.75-
YUV54.68188.56103.97-

RGB Variations

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

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 (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21511620.870.6900.36227.2377.0535.88
Hex1533A25745024e34d24
Octal256324212710504434311544
Binary1010111001110100010101011110001010100100111000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1533A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>