#152399

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

Shades of Egyptian Blue #152399

Tints of Egyptian Blue #152399

Color information

#152399 (or 0x152399) is unknown color: approx Egyptian Blue. HEX triplet: 15, 23 and 99. RGB value is (21,35,153). Sum of RGB (Red+Green+Blue) = 21+35+153=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #152399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152399 is #EADC66. Grayscale: #2B2B2B. Windows color (decimal): -15391847 or 10035989. OLE color: 10035989.

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

Color convert

RGB2135153-
CMYK0.860.7700.4
HSL233.64º75.86%34.12%-
HSV(B)233.64º86.27%60%-
XYZ6.663.6630.49-
YUV44.27189.36111.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 153 (60.16% from 255) = 73.21%
R=10.05%
G=16.75%
B=73.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21351530.860.7700.4233.6475.8634.12
Hex152399564D028ea4c22
Octal254323112611505035211442
Binary1010110001110011001101011010011010101000111010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152399; }

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

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

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

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

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

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

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

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