#1533AA

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

Shades of Egyptian Blue #1533AA

Tints of Egyptian Blue #1533AA

Color information

#1533AA (or 0x1533AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 33 and AA. RGB value is (21,51,170). Sum of RGB (Red+Green+Blue) = 21+51+170=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #1533AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1533AA is #EACC55. Grayscale: #373737. Windows color (decimal): -15387734 or 11154197. OLE color: 11154197.

HSL color Cylindrical-coordinate representation of color #1533AA: hue angle of 227.92º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1533AA is Cyan = 0.88, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2151170-
CMYK0.880.700.33
HSL227.92º78.01%37.45%-
HSV(B)227.92º87.65%66.67%-
XYZ8.755.4338.62-
YUV55.6192.56103.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 170 (66.80% from 255) = 70.25%
R=8.68%
G=21.07%
B=70.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21511700.880.700.33227.9278.0137.45
Hex1533AA5846021e44e25
Octal256325213010604134411645
Binary1010111001110101010101100010001100100001111001001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1533AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1533AA;
 }
 .AnyTagClassName
 {
   color: #1533AA;
 }
</style>
background-color css

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

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

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

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

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

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