#15469F

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

Shades of Egyptian Blue #15469F

Tints of Egyptian Blue #15469F

Color information

#15469F (or 0x15469F) is unknown color: approx Egyptian Blue. HEX triplet: 15, 46 and 9F. RGB value is (21,70,159). Sum of RGB (Red+Green+Blue) = 21+70+159=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #15469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15469F is #EAB960. Grayscale: #414141. Windows color (decimal): -15382881 or 10438165. OLE color: 10438165.

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

Color convert

RGB2170159-
CMYK0.870.5600.38
HSL218.7º76.67%35.29%-
HSV(B)218.7º86.79%62.35%-
XYZ8.767.0433.7-
YUV65.5180.7796.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.4%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=8.4%
G=28%
B=63.6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21701590.870.5600.38218.776.6735.29
Hex15469F5738026db4d23
Octal251062371277004633311543
Binary1010110001101001111110101111110000100110110110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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