#1539A6

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

Shades of Egyptian Blue #1539A6

Tints of Egyptian Blue #1539A6

Color information

#1539A6 (or 0x1539A6) is unknown color: approx Egyptian Blue. HEX triplet: 15, 39 and A6. RGB value is (21,57,166). Sum of RGB (Red+Green+Blue) = 21+57+166=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #1539A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1539A6 is #EAC659. Grayscale: #3A3A3A. Windows color (decimal): -15386202 or 10893589. OLE color: 10893589.

HSL color Cylindrical-coordinate representation of color #1539A6: hue angle of 225.1º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1539A6 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2157166-
CMYK0.870.6600.35
HSL225.1º77.54%36.67%-
HSV(B)225.1º87.35%65.1%-
XYZ8.665.8436.75-
YUV58.66188.57101.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 166 (65.23% from 255) = 68.03%
R=8.61%
G=23.36%
B=68.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21571660.870.6600.35225.177.5436.67
Hex1539A65742023e14e25
Octal257124612710204334111645
Binary1010111100110100110101011110000100100011111000011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1539A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1539A6; }

 p { color: rgb(21,57,166); }

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

<style>
 a { background-color: #1539A6; }

 a { background-color: rgb(21,57,166); }

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

<style>
 span { border-color: #1539A6; }

 span { border-color: rgb(21,57,166); }

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