#18469E

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

Shades of Egyptian Blue #18469E

Tints of Egyptian Blue #18469E

Color information

#18469E (or 0x18469E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 46 and 9E. RGB value is (24,70,158). Sum of RGB (Red+Green+Blue) = 24+70+158=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #18469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18469E is #E7B961. Grayscale: #414141. Windows color (decimal): -15186274 or 10372632. OLE color: 10372632.

HSL color Cylindrical-coordinate representation of color #18469E: hue angle of 219.4º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18469E is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2470158-
CMYK0.850.5600.38
HSL219.4º73.63%35.69%-
HSV(B)219.4º84.81%61.96%-
XYZ8.747.0433.25-
YUV66.28179.7697.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=9.52%
G=27.78%
B=62.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24701580.850.5600.38219.473.6335.69
Hex18469E5538026db4a24
Octal301062361257004633311244
Binary1100010001101001111010101011110000100110110110111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18469E; }

 p { color: rgb(24,70,158); }

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

<style>
 a { background-color: #18469E; }

 a { background-color: rgb(24,70,158); }

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

<style>
 span { border-color: #18469E; }

 span { border-color: rgb(24,70,158); }

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