#152796

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

Shades of Egyptian Blue #152796

Tints of Egyptian Blue #152796

Color information

#152796 (or 0x152796) is unknown color: approx Egyptian Blue. HEX triplet: 15, 27 and 96. RGB value is (21,39,150). Sum of RGB (Red+Green+Blue) = 21+39+150=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #152796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152796 is #EAD869. Grayscale: #2D2D2D. Windows color (decimal): -15390826 or 9840405. OLE color: 9840405.

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

Color convert

RGB2139150-
CMYK0.860.7400.41
HSL231.63º75.44%33.53%-
HSV(B)231.63º86%58.82%-
XYZ6.543.8129.25-
YUV46.27186.54109.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 150 (58.98% from 255) = 71.43%
R=10%
G=18.57%
B=71.43%

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
Decimal21391500.860.7400.41231.6375.4433.53
Hex152796564A029e84b22
Octal254722612611205135011342
Binary1010110011110010110101011010010100101001111010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152796; }

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

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

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

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

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

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

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

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