#181EAE

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

Shades of Egyptian Blue #181EAE

Tints of Egyptian Blue #181EAE

Color information

#181EAE (or 0x181EAE) is unknown color: approx Egyptian Blue. HEX triplet: 18, 1E and AE. RGB value is (24,30,174). Sum of RGB (Red+Green+Blue) = 24+30+174=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #181EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181EAE is #E7E151. Grayscale: #2C2C2C. Windows color (decimal): -15196498 or 11410968. OLE color: 11410968.

HSL color Cylindrical-coordinate representation of color #181EAE: hue angle of 237.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181EAE is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2430174-
CMYK0.860.8300.32
HSL237.6º75.76%38.82%-
HSV(B)237.6º86.21%68.24%-
XYZ8.484.1840.4-
YUV44.62201.01113.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 174 (68.36% from 255) = 76.32%
R=10.53%
G=13.16%
B=76.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24301740.860.8300.32237.675.7638.82
Hex181EAE5653020ee4c27
Octal303625612612304035611447
Binary110001111010101110101011010100110100000111011101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181EAE; }

 p { color: rgb(24,30,174); }

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

<style>
 a { background-color: #181EAE; }

 a { background-color: rgb(24,30,174); }

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

<style>
 span { border-color: #181EAE; }

 span { border-color: rgb(24,30,174); }

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