#184499

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

Shades of Egyptian Blue #184499

Tints of Egyptian Blue #184499

Color information

#184499 (or 0x184499) is unknown color: approx Egyptian Blue. HEX triplet: 18, 44 and 99. RGB value is (24,68,153). Sum of RGB (Red+Green+Blue) = 24+68+153=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #184499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184499 is #E7BB66. Grayscale: #404040. Windows color (decimal): -15186791 or 10044440. OLE color: 10044440.

HSL color Cylindrical-coordinate representation of color #184499: hue angle of 219.53º 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 #184499 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2468153-
CMYK0.840.5600.4
HSL219.53º72.88%34.71%-
HSV(B)219.53º84.31%60%-
XYZ8.196.6330.98-
YUV64.53177.9299.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=9.80%
G=27.76%
B=62.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24681530.840.5600.4219.5372.8834.71
Hex1844995438028dc4923
Octal301042311247005033411143
Binary1100010001001001100110101001110000101000110111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184499; }

 p { color: rgb(24,68,153); }

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

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

 a { background-color: rgb(24,68,153); }

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

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

 span { border-color: rgb(24,68,153); }

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