#15249F

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

Shades of Egyptian Blue #15249F

Tints of Egyptian Blue #15249F

Color information

#15249F (or 0x15249F) is unknown color: approx Egyptian Blue. HEX triplet: 15, 24 and 9F. RGB value is (21,36,159). Sum of RGB (Red+Green+Blue) = 21+36+159=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #15249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15249F is #EADB60. Grayscale: #2D2D2D. Windows color (decimal): -15391585 or 10429461. OLE color: 10429461.

HSL color Cylindrical-coordinate representation of color #15249F: hue angle of 233.48º 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 #15249F is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2136159-
CMYK0.870.7700.38
HSL233.48º76.67%35.29%-
HSV(B)233.48º86.79%62.35%-
XYZ7.23.9233.18-
YUV45.54192.03110.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 159 (62.5% from 255) = 73.61%
R=9.72%
G=16.67%
B=73.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21361590.870.7700.38233.4876.6735.29
Hex15249F574D026e94d23
Octal254423712711504635111543
Binary1010110010010011111101011110011010100110111010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15249F; }

 p { color: rgb(21,36,159); }

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

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

 a { background-color: rgb(21,36,159); }

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

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

 span { border-color: rgb(21,36,159); }

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