#182aae

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

Shades of Egyptian Blue #182AAE

Tints of Egyptian Blue #182AAE

Color information

#182AAE (or 0x182AAE) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2A and AE. RGB value is (24,42,174). Sum of RGB (Red+Green+Blue) = 24+42+174=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #182AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182AAE is #E7D551. Grayscale: #333333. Windows color (decimal): -15193426 or 11414040. OLE color: 11414040.

HSL color Cylindrical-coordinate representation of color #182AAE: hue angle of 232.8º 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 #182AAE is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2442174-
CMYK0.860.7600.32
HSL232.8º75.76%38.82%-
HSV(B)232.8º86.21%68.24%-
XYZ8.844.9140.53-
YUV51.67197.04108.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 174 (68.36% from 255) = 72.5%
R=10%
G=17.5%
B=72.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24421740.860.7600.32232.875.7638.82
Hex182AAE564C020e94c27
Octal305225612611404035111447
Binary1100010101010101110101011010011000100000111010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182aae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182aae; }

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

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

<style>
 a { background-color: #182aae; }

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

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

<style>
 span { border-color: #182aae; }

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

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