#1536A0

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

Shades of Egyptian Blue #1536A0

Tints of Egyptian Blue #1536A0

Color information

#1536A0 (or 0x1536A0) is unknown color: approx Egyptian Blue. HEX triplet: 15, 36 and A0. RGB value is (21,54,160). Sum of RGB (Red+Green+Blue) = 21+54+160=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #1536A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1536A0 is #EAC95F. Grayscale: #373737. Windows color (decimal): -15386976 or 10499605. OLE color: 10499605.

HSL color Cylindrical-coordinate representation of color #1536A0: hue angle of 225.76º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1536A0 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2154160-
CMYK0.870.6600.37
HSL225.76º76.8%35.49%-
HSV(B)225.76º86.87%62.75%-
XYZ7.975.3433.87-
YUV56.22186.57102.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 160 (62.89% from 255) = 68.09%
R=8.94%
G=22.98%
B=68.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21541600.870.6600.37225.7676.835.49
Hex1536A05742025e24d23
Octal256624012710204534211543
Binary1010111011010100000101011110000100100101111000101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1536A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1536A0; }

 p { color: rgb(21,54,160); }

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

<style>
 a { background-color: #1536A0; }

 a { background-color: rgb(21,54,160); }

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

<style>
 span { border-color: #1536A0; }

 span { border-color: rgb(21,54,160); }

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