#1537AA

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

Shades of Egyptian Blue #1537AA

Tints of Egyptian Blue #1537AA

Color information

#1537AA (or 0x1537AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 37 and AA. RGB value is (21,55,170). Sum of RGB (Red+Green+Blue) = 21+55+170=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #1537AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1537AA is #EAC855. Grayscale: #393939. Windows color (decimal): -15386710 or 11155221. OLE color: 11155221.

HSL color Cylindrical-coordinate representation of color #1537AA: hue angle of 226.31º 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 #1537AA is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2155170-
CMYK0.880.6800.33
HSL226.31º78.01%37.45%-
HSV(B)226.31º87.65%66.67%-
XYZ8.935.7938.68-
YUV57.94191.24101.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=8.54%
G=22.36%
B=69.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21551700.880.6800.33226.3178.0137.45
Hex1537AA5844021e24e25
Octal256725213010404134211645
Binary1010111011110101010101100010001000100001111000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1537AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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