#15279A

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

Shades of Egyptian Blue #15279A

Tints of Egyptian Blue #15279A

Color information

#15279A (or 0x15279A) is unknown color: approx Egyptian Blue. HEX triplet: 15, 27 and 9A. RGB value is (21,39,154). Sum of RGB (Red+Green+Blue) = 21+39+154=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #15279A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15279A is #EAD865. Grayscale: #2E2E2E. Windows color (decimal): -15390822 or 10102549. OLE color: 10102549.

HSL color Cylindrical-coordinate representation of color #15279A: hue angle of 231.88º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15279A is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2139154-
CMYK0.860.7500.40
HSL231.88º76%34.31%-
HSV(B)231.88º86.36%60.39%-
XYZ6.873.9430.97-
YUV46.73188.54109.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 154 (60.55% from 255) = 71.96%
R=9.81%
G=18.22%
B=71.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21391540.860.7500.40231.887634.31
Hex15279A564B028e84c22
Octal254723212611305035011442
Binary1010110011110011010101011010010110101000111010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15279A; }

 p { color: rgb(21,39,154); }

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

<style>
 a { background-color: #15279A; }

 a { background-color: rgb(21,39,154); }

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

<style>
 span { border-color: #15279A; }

 span { border-color: rgb(21,39,154); }

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