#15459F

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

Shades of Egyptian Blue #15459F

Tints of Egyptian Blue #15459F

Color information

#15459F (or 0x15459F) is unknown color: approx Egyptian Blue. HEX triplet: 15, 45 and 9F. RGB value is (21,69,159). Sum of RGB (Red+Green+Blue) = 21+69+159=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #15459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15459F is #EABA60. Grayscale: #404040. Windows color (decimal): -15383137 or 10437909. OLE color: 10437909.

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

Color convert

RGB2169159-
CMYK0.870.5700.38
HSL219.13º76.67%35.29%-
HSV(B)219.13º86.79%62.35%-
XYZ8.76.9233.68-
YUV64.91181.196.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=8.43%
G=27.71%
B=63.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21691590.870.5700.38219.1376.6735.29
Hex15459F5739026db4d23
Octal251052371277104633311543
Binary1010110001011001111110101111110010100110110110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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