#15409F

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

Shades of Egyptian Blue #15409F

Tints of Egyptian Blue #15409F

Color information

#15409F (or 0x15409F) is unknown color: approx Egyptian Blue. HEX triplet: 15, 40 and 9F. RGB value is (21,64,159). Sum of RGB (Red+Green+Blue) = 21+64+159=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #15409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15409F is #EABF60. Grayscale: #3D3D3D. Windows color (decimal): -15384417 or 10436629. OLE color: 10436629.

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

Color convert

RGB2164159-
CMYK0.870.6000.38
HSL221.3º76.67%35.29%-
HSV(B)221.3º86.79%62.35%-
XYZ8.46.3333.58-
YUV61.97182.7598.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 159 (62.5% from 255) = 65.16%
R=8.61%
G=26.23%
B=65.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21641590.870.6000.38221.376.6735.29
Hex15409F573C026dd4d23
Octal251002371277404633511543
Binary1010110000001001111110101111111000100110110111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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