#152699

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

Shades of Egyptian Blue #152699

Tints of Egyptian Blue #152699

Color information

#152699 (or 0x152699) is unknown color: approx Egyptian Blue. HEX triplet: 15, 26 and 99. RGB value is (21,38,153). Sum of RGB (Red+Green+Blue) = 21+38+153=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #152699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152699 is #EAD966. Grayscale: #2D2D2D. Windows color (decimal): -15391079 or 10036757. OLE color: 10036757.

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

Color convert

RGB2138153-
CMYK0.860.7500.4
HSL232.27º75.86%34.12%-
HSV(B)232.27º86.27%60%-
XYZ6.753.8530.52-
YUV46.03188.37110.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 153 (60.16% from 255) = 72.17%
R=9.91%
G=17.92%
B=72.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21381530.860.7500.4232.2775.8634.12
Hex152699564B028e84c22
Octal254623112611305035011442
Binary1010110011010011001101011010010110101000111010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152699; }

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

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

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

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

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

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

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

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