#154393

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

Shades of Egyptian Blue #154393

Tints of Egyptian Blue #154393

Color information

#154393 (or 0x154393) is unknown color: approx Egyptian Blue. HEX triplet: 15, 43 and 93. RGB value is (21,67,147). Sum of RGB (Red+Green+Blue) = 21+67+147=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #154393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154393 is #EABC6C. Grayscale: #3E3E3E. Windows color (decimal): -15383661 or 9650965. OLE color: 9650965.

HSL color Cylindrical-coordinate representation of color #154393: hue angle of 218.1º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154393 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2167147-
CMYK0.860.5400.42
HSL218.1º75%32.94%-
HSV(B)218.1º85.71%57.65%-
XYZ7.586.2828.42-
YUV62.37175.7698.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=8.94%
G=28.51%
B=62.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21671470.860.5400.42218.17532.94
Hex154393563602Ada4b21
Octal251032231266605233211341
Binary1010110000111001001110101101101100101010110110101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154393; }

 p { color: rgb(21,67,147); }

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

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

 a { background-color: rgb(21,67,147); }

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

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

 span { border-color: rgb(21,67,147); }

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