#18318A

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

Shades of Egyptian Blue #18318A

Tints of Egyptian Blue #18318A

Color information

#18318A (or 0x18318A) is unknown color: approx Egyptian Blue. HEX triplet: 18, 31 and 8A. RGB value is (24,49,138). Sum of RGB (Red+Green+Blue) = 24+49+138=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #18318A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18318A is #E7CE75. Grayscale: #333333. Windows color (decimal): -15191670 or 9056536. OLE color: 9056536.

HSL color Cylindrical-coordinate representation of color #18318A: hue angle of 226.84º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18318A is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2449138-
CMYK0.830.6400.46
HSL226.84º70.37%31.76%-
HSV(B)226.84º82.61%54.12%-
XYZ6.064.2324.54-
YUV51.67176.72108.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 138 (54.30% from 255) = 65.40%
R=11.37%
G=23.22%
B=65.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24491380.830.6400.46226.8470.3731.76
Hex18318A534002Ee34620
Octal306121212310005634310640
Binary1100011000110001010101001110000000101110111000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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