#153296

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

Shades of Egyptian Blue #153296

Tints of Egyptian Blue #153296

Color information

#153296 (or 0x153296) is unknown color: approx Egyptian Blue. HEX triplet: 15, 32 and 96. RGB value is (21,50,150). Sum of RGB (Red+Green+Blue) = 21+50+150=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #153296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153296 is #EACD69. Grayscale: #343434. Windows color (decimal): -15388010 or 9843221. OLE color: 9843221.

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

Color convert

RGB2150150-
CMYK0.860.6700.41
HSL226.51º75.44%33.53%-
HSV(B)226.51º86%58.82%-
XYZ6.954.6429.38-
YUV52.73182.89105.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=9.50%
G=22.62%
B=67.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501500.860.6700.41226.5175.4433.53
Hex1532965643029e34b22
Octal256222612610305134311342
Binary1010111001010010110101011010000110101001111000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153296; }

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

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

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

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

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

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

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

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