#184199

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

Shades of Egyptian Blue #184199

Tints of Egyptian Blue #184199

Color information

#184199 (or 0x184199) is unknown color: approx Egyptian Blue. HEX triplet: 18, 41 and 99. RGB value is (24,65,153). Sum of RGB (Red+Green+Blue) = 24+65+153=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #184199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184199 is #E7BE66. Grayscale: #3E3E3E. Windows color (decimal): -15187559 or 10043672. OLE color: 10043672.

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

Color convert

RGB2465153-
CMYK0.840.5800.4
HSL220.93º72.88%34.71%-
HSV(B)220.93º84.31%60%-
XYZ8.026.2730.93-
YUV62.77178.92100.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=9.92%
G=26.86%
B=63.22%

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
Decimal24651530.840.5800.4220.9372.8834.71
Hex184199543A028dd4923
Octal301012311247205033511143
Binary1100010000011001100110101001110100101000110111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184199; }

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

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

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

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

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

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

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

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