#1537A5

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

Shades of Egyptian Blue #1537A5

Tints of Egyptian Blue #1537A5

Color information

#1537A5 (or 0x1537A5) is unknown color: approx Egyptian Blue. HEX triplet: 15, 37 and A5. RGB value is (21,55,165). Sum of RGB (Red+Green+Blue) = 21+55+165=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #1537A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1537A5 is #EAC85A. Grayscale: #383838. Windows color (decimal): -15386715 or 10827541. OLE color: 10827541.

HSL color Cylindrical-coordinate representation of color #1537A5: hue angle of 225.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1537A5 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2155165-
CMYK0.870.6700.35
HSL225.83º77.42%36.47%-
HSV(B)225.83º87.27%64.71%-
XYZ8.475.6136.23-
YUV57.37188.74102.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 165 (64.84% from 255) = 68.46%
R=8.71%
G=22.82%
B=68.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21551650.870.6700.35225.8377.4236.47
Hex1537A55743023e24d24
Octal256724512710304334211544
Binary1010111011110100101101011110000110100011111000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1537A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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