#1531AB

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

Shades of Egyptian Blue #1531AB

Tints of Egyptian Blue #1531AB

Color information

#1531AB (or 0x1531AB) is unknown color: approx Egyptian Blue. HEX triplet: 15, 31 and AB. RGB value is (21,49,171). Sum of RGB (Red+Green+Blue) = 21+49+171=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #1531AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1531AB is #EACE54. Grayscale: #363636. Windows color (decimal): -15388245 or 11219221. OLE color: 11219221.

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

Color convert

RGB2149171-
CMYK0.880.7100.33
HSL228.8º78.12%37.65%-
HSV(B)228.8º87.72%67.06%-
XYZ8.765.339.09-
YUV54.54193.72104.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=8.71%
G=20.33%
B=70.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21491710.880.7100.33228.878.1237.65
Hex1531AB5847021e54e26
Octal256125313010704134511646
Binary1010111000110101011101100010001110100001111001011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1531AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1531AB; }

 p { color: rgb(21,49,171); }

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

<style>
 a { background-color: #1531AB; }

 a { background-color: rgb(21,49,171); }

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

<style>
 span { border-color: #1531AB; }

 span { border-color: rgb(21,49,171); }

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