#154099

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

Shades of Egyptian Blue #154099

Tints of Egyptian Blue #154099

Color information

#154099 (or 0x154099) is unknown color: approx Egyptian Blue. HEX triplet: 15, 40 and 99. RGB value is (21,64,153). Sum of RGB (Red+Green+Blue) = 21+64+153=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #154099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154099 is #EABF66. Grayscale: #3C3C3C. Windows color (decimal): -15384423 or 10043413. OLE color: 10043413.

HSL color Cylindrical-coordinate representation of color #154099: hue angle of 220.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154099 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2164153-
CMYK0.860.5800.4
HSL220.45º75.86%34.12%-
HSV(B)220.45º86.27%60%-
XYZ7.896.1330.9-
YUV61.29179.7599.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 153 (60.16% from 255) = 64.29%
R=8.82%
G=26.89%
B=64.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21641530.860.5800.4220.4575.8634.12
Hex154099563A028dc4c22
Octal251002311267205033411442
Binary1010110000001001100110101101110100101000110111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154099; }

 p { color: rgb(21,64,153); }

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

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

 a { background-color: rgb(21,64,153); }

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

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

 span { border-color: rgb(21,64,153); }

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