#153292

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

Shades of Egyptian Blue #153292

Tints of Egyptian Blue #153292

Color information

#153292 (or 0x153292) is unknown color: approx Egyptian Blue. HEX triplet: 15, 32 and 92. RGB value is (21,50,146). Sum of RGB (Red+Green+Blue) = 21+50+146=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #153292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153292 is #EACD6D. Grayscale: #333333. Windows color (decimal): -15388014 or 9581077. OLE color: 9581077.

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

Color convert

RGB2150146-
CMYK0.860.6600.43
HSL226.08º74.85%32.75%-
HSV(B)226.08º85.62%57.25%-
XYZ6.644.5227.72-
YUV52.27180.89105.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 146 (57.42% from 255) = 67.28%
R=9.68%
G=23.04%
B=67.28%

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
Decimal21501460.860.6600.43226.0874.8532.75
Hex153292564202Be24b21
Octal256222212610205334211341
Binary1010111001010010010101011010000100101011111000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153292; }

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

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

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

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

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

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

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

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