#18499B

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

Shades of Egyptian Blue #18499B

Tints of Egyptian Blue #18499B

Color information

#18499B (or 0x18499B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 49 and 9B. RGB value is (24,73,155). Sum of RGB (Red+Green+Blue) = 24+73+155=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #18499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18499B is #E7B664. Grayscale: #434343. Windows color (decimal): -15185509 or 10176792. OLE color: 10176792.

HSL color Cylindrical-coordinate representation of color #18499B: hue angle of 217.56º 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 #18499B is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2473155-
CMYK0.850.5300.39
HSL217.56º73.18%35.1%-
HSV(B)217.56º84.52%60.78%-
XYZ8.687.3331.97-
YUV67.7177.2796.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=9.52%
G=28.97%
B=61.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24731550.850.5300.39217.5673.1835.1
Hex18499B5535027da4923
Octal301112331256504733211143
Binary1100010010011001101110101011101010100111110110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18499B; }

 p { color: rgb(24,73,155); }

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

<style>
 a { background-color: #18499B; }

 a { background-color: rgb(24,73,155); }

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

<style>
 span { border-color: #18499B; }

 span { border-color: rgb(24,73,155); }

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