#152797

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

Shades of Egyptian Blue #152797

Tints of Egyptian Blue #152797

Color information

#152797 (or 0x152797) is unknown color: approx Egyptian Blue. HEX triplet: 15, 27 and 97. RGB value is (21,39,151). Sum of RGB (Red+Green+Blue) = 21+39+151=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 151 (59.38% from 255 or 71.56% from 211); Max value from RGB is 151 - color contains mainly: blue. Hex color #152797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152797 is #EAD868. Grayscale: #2D2D2D. Windows color (decimal): -15390825 or 9905941. OLE color: 9905941.

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

Color convert

RGB2139151-
CMYK0.860.7400.41
HSL231.69º75.58%33.73%-
HSV(B)231.69º86.09%59.22%-
XYZ6.623.8429.67-
YUV46.39187.04109.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 151 (59.38% from 255) = 71.56%
R=9.95%
G=18.48%
B=71.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21391510.860.7400.41231.6975.5833.73
Hex152797564A029e84c22
Octal254722712611205135011442
Binary1010110011110010111101011010010100101001111010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152797; }

 p { color: rgb(21,39,151); }

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

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

 a { background-color: rgb(21,39,151); }

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

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

 span { border-color: rgb(21,39,151); }

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