#184099

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

Shades of Egyptian Blue #184099

Tints of Egyptian Blue #184099

Color information

#184099 (or 0x184099) is unknown color: approx Egyptian Blue. HEX triplet: 18, 40 and 99. RGB value is (24,64,153). Sum of RGB (Red+Green+Blue) = 24+64+153=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #184099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184099 is #E7BF66. Grayscale: #3D3D3D. Windows color (decimal): -15187815 or 10043416. OLE color: 10043416.

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

Color convert

RGB2464153-
CMYK0.840.5800.4
HSL221.4º72.88%34.71%-
HSV(B)221.4º84.31%60%-
XYZ7.966.1630.91-
YUV62.19179.25100.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 153 (60.16% from 255) = 63.49%
R=9.96%
G=26.56%
B=63.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24641530.840.5800.4221.472.8834.71
Hex184099543A028dd4923
Octal301002311247205033511143
Binary1100010000001001100110101001110100101000110111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184099; }

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

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

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

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

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

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

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

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