#1019AB

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

Shades of Egyptian Blue #1019AB

Tints of Egyptian Blue #1019AB

Color information

#1019AB (or 0x1019AB) is unknown color: approx Egyptian Blue. HEX triplet: 10, 19 and AB. RGB value is (16,25,171). Sum of RGB (Red+Green+Blue) = 16+25+171=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #1019AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1019AB is #EFE654. Grayscale: #262626. Windows color (decimal): -15722069 or 11213072. OLE color: 11213072.

HSL color Cylindrical-coordinate representation of color #1019AB: hue angle of 236.52º 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 #1019AB is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1625171-
CMYK0.910.8500.33
HSL236.52º82.89%36.67%-
HSV(B)236.52º90.64%67.06%-
XYZ7.913.7538.83-
YUV38.95202.52111.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 171 (67.19% from 255) = 80.66%
R=7.55%
G=11.79%
B=80.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16251710.910.8500.33236.5282.8936.67
Hex1019AB5B55021ed5325
Octal203125313312504135512345
Binary100001100110101011101101110101010100001111011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1019AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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