#152899

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

Shades of Egyptian Blue #152899

Tints of Egyptian Blue #152899

Color information

#152899 (or 0x152899) is unknown color: approx Egyptian Blue. HEX triplet: 15, 28 and 99. RGB value is (21,40,153). Sum of RGB (Red+Green+Blue) = 21+40+153=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #152899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152899 is #EAD766. Grayscale: #2E2E2E. Windows color (decimal): -15390567 or 10037269. OLE color: 10037269.

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

Color convert

RGB2140153-
CMYK0.860.7400.4
HSL231.36º75.86%34.12%-
HSV(B)231.36º86.27%60%-
XYZ6.823.9830.55-
YUV47.2187.71109.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 153 (60.16% from 255) = 71.50%
R=9.81%
G=18.69%
B=71.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21401530.860.7400.4231.3675.8634.12
Hex152899564A028e74c22
Octal255023112611205034711442
Binary1010110100010011001101011010010100101000111001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152899; }

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

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

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

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

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

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

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

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