#15329E

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

Shades of Egyptian Blue #15329E

Tints of Egyptian Blue #15329E

Color information

#15329E (or 0x15329E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 32 and 9E. RGB value is (21,50,158). Sum of RGB (Red+Green+Blue) = 21+50+158=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #15329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15329E is #EACD61. Grayscale: #353535. Windows color (decimal): -15388002 or 10367509. OLE color: 10367509.

HSL color Cylindrical-coordinate representation of color #15329E: hue angle of 227.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15329E is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2150158-
CMYK0.870.6800.38
HSL227.3º76.54%35.1%-
HSV(B)227.3º86.71%61.96%-
XYZ7.624.9132.89-
YUV53.64186.89104.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=9.17%
G=21.83%
B=69.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21501580.870.6800.38227.376.5435.1
Hex15329E5744026e34d23
Octal256223612710404634311543
Binary1010111001010011110101011110001000100110111000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15329E; }

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

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

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

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

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

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

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

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