#15269F

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

Shades of Egyptian Blue #15269F

Tints of Egyptian Blue #15269F

Color information

#15269F (or 0x15269F) is unknown color: approx Egyptian Blue. HEX triplet: 15, 26 and 9F. RGB value is (21,38,159). Sum of RGB (Red+Green+Blue) = 21+38+159=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #15269F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15269F is #EAD960. Grayscale: #2E2E2E. Windows color (decimal): -15391073 or 10429973. OLE color: 10429973.

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

Color convert

RGB2138159-
CMYK0.870.7600.38
HSL232.61º76.67%35.29%-
HSV(B)232.61º86.79%62.35%-
XYZ7.264.0533.2-
YUV46.71191.37109.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=9.63%
G=17.43%
B=72.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21381590.870.7600.38232.6176.6735.29
Hex15269F574C026e94d23
Octal254623712711404635111543
Binary1010110011010011111101011110011000100110111010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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