#18479C

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

Shades of Egyptian Blue #18479C

Tints of Egyptian Blue #18479C

Color information

#18479C (or 0x18479C) is unknown color: approx Egyptian Blue. HEX triplet: 18, 47 and 9C. RGB value is (24,71,156). Sum of RGB (Red+Green+Blue) = 24+71+156=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #18479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18479C is #E7B863. Grayscale: #424242. Windows color (decimal): -15186020 or 10241816. OLE color: 10241816.

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

Color convert

RGB2471156-
CMYK0.850.5400.39
HSL218.64º73.33%35.29%-
HSV(B)218.64º84.62%61.18%-
XYZ8.637.132.37-
YUV66.64178.4397.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 156 (61.33% from 255) = 62.15%
R=9.56%
G=28.29%
B=62.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24711560.850.5400.39218.6473.3335.29
Hex18479C5536027db4923
Octal301072341256604733311143
Binary1100010001111001110010101011101100100111110110111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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