#1018AB

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

Shades of Egyptian Blue #1018AB

Tints of Egyptian Blue #1018AB

Color information

#1018AB (or 0x1018AB) is unknown color: approx Egyptian Blue. HEX triplet: 10, 18 and AB. RGB value is (16,24,171). Sum of RGB (Red+Green+Blue) = 16+24+171=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #1018AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1018AB is #EFE754. Grayscale: #252525. Windows color (decimal): -15722325 or 11212816. OLE color: 11212816.

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

Color convert

RGB1624171-
CMYK0.910.8600.33
HSL236.9º82.89%36.67%-
HSV(B)236.9º90.64%67.06%-
XYZ7.893.738.83-
YUV38.37202.85112.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 171 (67.19% from 255) = 81.04%
R=7.58%
G=11.37%
B=81.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16241710.910.8600.33236.982.8936.67
Hex1018AB5B56021ed5325
Octal203025313312604135512345
Binary100001100010101011101101110101100100001111011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1018AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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