#18318D

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

Shades of Egyptian Blue #18318D

Tints of Egyptian Blue #18318D

Color information

#18318D (or 0x18318D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 31 and 8D. RGB value is (24,49,141). Sum of RGB (Red+Green+Blue) = 24+49+141=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #18318D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18318D is #E7CE72. Grayscale: #333333. Windows color (decimal): -15191667 or 9253144. OLE color: 9253144.

HSL color Cylindrical-coordinate representation of color #18318D: hue angle of 227.18º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18318D is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2449141-
CMYK0.830.6500.45
HSL227.18º70.91%32.35%-
HSV(B)227.18º82.98%55.29%-
XYZ6.284.3125.7-
YUV52.01178.22108.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 141 (55.47% from 255) = 65.89%
R=11.21%
G=22.90%
B=65.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24491410.830.6500.45227.1870.9132.35
Hex18318D534102De34720
Octal306121512310105534310740
Binary1100011000110001101101001110000010101101111000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18318D; }

 p { color: rgb(24,49,141); }

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

<style>
 a { background-color: #18318D; }

 a { background-color: rgb(24,49,141); }

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

<style>
 span { border-color: #18318D; }

 span { border-color: rgb(24,49,141); }

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