#152991

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

Shades of Egyptian Blue #152991

Tints of Egyptian Blue #152991

Color information

#152991 (or 0x152991) is unknown color: approx Egyptian Blue. HEX triplet: 15, 29 and 91. RGB value is (21,41,145). Sum of RGB (Red+Green+Blue) = 21+41+145=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #152991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152991 is #EAD66E. Grayscale: #2E2E2E. Windows color (decimal): -15390319 or 9513237. OLE color: 9513237.

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

Color convert

RGB2141145-
CMYK0.860.7200.43
HSL230.32º74.7%32.55%-
HSV(B)230.32º85.52%56.86%-
XYZ6.213.7927.19-
YUV46.88183.37109.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=10.14%
G=19.81%
B=70.05%

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
Decimal21411450.860.7200.43230.3274.732.55
Hex152991564802Be64b21
Octal255122112611005334611341
Binary1010110100110010001101011010010000101011111001101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152991; }

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

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

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

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

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

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

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

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