#18479A

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

Shades of Egyptian Blue #18479A

Tints of Egyptian Blue #18479A

Color information

#18479A (or 0x18479A) is unknown color: approx Egyptian Blue. HEX triplet: 18, 47 and 9A. RGB value is (24,71,154). Sum of RGB (Red+Green+Blue) = 24+71+154=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #18479A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18479A is #E7B865. Grayscale: #424242. Windows color (decimal): -15186022 or 10110744. OLE color: 10110744.

HSL color Cylindrical-coordinate representation of color #18479A: hue angle of 218.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18479A is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2471154-
CMYK0.840.5400.40
HSL218.31º73.03%34.9%-
HSV(B)218.31º84.42%60.39%-
XYZ8.467.0331.48-
YUV66.41177.4397.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=9.64%
G=28.51%
B=61.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24711540.840.5400.40218.3173.0334.9
Hex18479A5436028da4923
Octal301072321246605033211143
Binary1100010001111001101010101001101100101000110110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,71,154); }

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

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

 a { background-color: rgb(24,71,154); }

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

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

 span { border-color: rgb(24,71,154); }

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