#15209D

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

Shades of Egyptian Blue #15209D

Tints of Egyptian Blue #15209D

Color information

#15209D (or 0x15209D) is unknown color: approx Egyptian Blue. HEX triplet: 15, 20 and 9D. RGB value is (21,32,157). Sum of RGB (Red+Green+Blue) = 21+32+157=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #15209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15209D is #EADF62. Grayscale: #2A2A2A. Windows color (decimal): -15392611 or 10297365. OLE color: 10297365.

HSL color Cylindrical-coordinate representation of color #15209D: hue angle of 235.15º degrees, saturation: 0.76, 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 #15209D is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2132157-
CMYK0.870.8000.38
HSL235.15º76.4%34.9%-
HSV(B)235.15º86.62%61.57%-
XYZ6.913.6332.23-
YUV42.96192.36112.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 157 (61.72% from 255) = 74.76%
R=10%
G=15.24%
B=74.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21321570.870.8000.38235.1576.434.9
Hex15209D5750026eb4c23
Octal254023512712004635311443
Binary1010110000010011101101011110100000100110111010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15209D; }

 p { color: rgb(21,32,157); }

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

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

 a { background-color: rgb(21,32,157); }

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

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

 span { border-color: rgb(21,32,157); }

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