#152891

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

Shades of Egyptian Blue #152891

Tints of Egyptian Blue #152891

Color information

#152891 (or 0x152891) is unknown color: approx Egyptian Blue. HEX triplet: 15, 28 and 91. RGB value is (21,40,145). Sum of RGB (Red+Green+Blue) = 21+40+145=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #152891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152891 is #EAD76E. Grayscale: #2D2D2D. Windows color (decimal): -15390575 or 9512981. OLE color: 9512981.

HSL color Cylindrical-coordinate representation of color #152891: hue angle of 230.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152891 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2140145-
CMYK0.860.7200.43
HSL230.81º74.7%32.55%-
HSV(B)230.81º85.52%56.86%-
XYZ6.183.7227.18-
YUV46.29183.71109.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 145 (57.03% from 255) = 70.39%
R=10.19%
G=19.42%
B=70.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21401450.860.7200.43230.8174.732.55
Hex152891564802Be74b21
Octal255022112611005334711341
Binary1010110100010010001101011010010000101011111001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152891; }

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

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

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

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

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

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

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

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