#153196

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

Shades of Egyptian Blue #153196

Tints of Egyptian Blue #153196

Color information

#153196 (or 0x153196) is unknown color: approx Egyptian Blue. HEX triplet: 15, 31 and 96. RGB value is (21,49,150). Sum of RGB (Red+Green+Blue) = 21+49+150=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #153196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153196 is #EACE69. Grayscale: #333333. Windows color (decimal): -15388266 or 9842965. OLE color: 9842965.

HSL color Cylindrical-coordinate representation of color #153196: hue angle of 226.98º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153196 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2149150-
CMYK0.860.6700.41
HSL226.98º75.44%33.53%-
HSV(B)226.98º86%58.82%-
XYZ6.914.5629.37-
YUV52.14183.22105.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 150 (58.98% from 255) = 68.18%
R=9.55%
G=22.27%
B=68.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21491500.860.6700.41226.9875.4433.53
Hex1531965643029e34b22
Octal256122612610305134311342
Binary1010111000110010110101011010000110101001111000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153196; }

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

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

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

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

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

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

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

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