#153291

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

Shades of Egyptian Blue #153291

Tints of Egyptian Blue #153291

Color information

#153291 (or 0x153291) is unknown color: approx Egyptian Blue. HEX triplet: 15, 32 and 91. RGB value is (21,50,145). Sum of RGB (Red+Green+Blue) = 21+50+145=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #153291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153291 is #EACD6E. Grayscale: #333333. Windows color (decimal): -15388015 or 9515541. OLE color: 9515541.

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

Color convert

RGB2150145-
CMYK0.860.6600.43
HSL225.97º74.7%32.55%-
HSV(B)225.97º85.52%56.86%-
XYZ6.564.4827.31-
YUV52.16180.39105.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 145 (57.03% from 255) = 67.13%
R=9.72%
G=23.15%
B=67.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21501450.860.6600.43225.9774.732.55
Hex153291564202Be24b21
Octal256222112610205334211341
Binary1010111001010010001101011010000100101011111000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153291; }

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

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

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

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

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

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

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

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