#154596

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

Shades of Egyptian Blue #154596

Tints of Egyptian Blue #154596

Color information

#154596 (or 0x154596) is unknown color: approx Egyptian Blue. HEX triplet: 15, 45 and 96. RGB value is (21,69,150). Sum of RGB (Red+Green+Blue) = 21+69+150=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #154596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154596 is #EABA69. Grayscale: #3F3F3F. Windows color (decimal): -15383146 or 9848085. OLE color: 9848085.

HSL color Cylindrical-coordinate representation of color #154596: hue angle of 217.67º 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 #154596 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2169150-
CMYK0.860.5400.41
HSL217.67º75.44%33.53%-
HSV(B)217.67º86%58.82%-
XYZ7.946.6229.71-
YUV63.88176.697.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=8.75%
G=28.75%
B=62.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21691500.860.5400.41217.6775.4433.53
Hex1545965636029da4b22
Octal251052261266605133211342
Binary1010110001011001011010101101101100101001110110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154596; }

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

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

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

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

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

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

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

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