#1039AB

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

Shades of Egyptian Blue #1039AB

Tints of Egyptian Blue #1039AB

Color information

#1039AB (or 0x1039AB) is unknown color: approx Egyptian Blue. HEX triplet: 10, 39 and AB. RGB value is (16,57,171). Sum of RGB (Red+Green+Blue) = 16+57+171=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #1039AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1039AB is #EFC654. Grayscale: #393939. Windows color (decimal): -15713877 or 11221264. OLE color: 11221264.

HSL color Cylindrical-coordinate representation of color #1039AB: hue angle of 224.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1039AB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1657171-
CMYK0.910.6700.33
HSL224.13º82.89%36.67%-
HSV(B)224.13º90.64%67.06%-
XYZ9.035.9839.21-
YUV57.74191.9298.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 171 (67.19% from 255) = 70.08%
R=6.56%
G=23.36%
B=70.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16571710.910.6700.33224.1382.8936.67
Hex1039AB5B43021e05325
Octal207125313310304134012345
Binary1000011100110101011101101110000110100001111000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1039AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1039AB; }

 p { color: rgb(16,57,171); }

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

<style>
 a { background-color: #1039AB; }

 a { background-color: rgb(16,57,171); }

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

<style>
 span { border-color: #1039AB; }

 span { border-color: rgb(16,57,171); }

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