#184495

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

Shades of Egyptian Blue #184495

Tints of Egyptian Blue #184495

Color information

#184495 (or 0x184495) is unknown color: approx Egyptian Blue. HEX triplet: 18, 44 and 95. RGB value is (24,68,149). Sum of RGB (Red+Green+Blue) = 24+68+149=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #184495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184495 is #E7BB6A. Grayscale: #3F3F3F. Windows color (decimal): -15186795 or 9782296. OLE color: 9782296.

HSL color Cylindrical-coordinate representation of color #184495: hue angle of 218.88º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184495 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2468149-
CMYK0.840.5400.42
HSL218.88º72.25%33.92%-
HSV(B)218.88º83.89%58.43%-
XYZ7.876.529.27-
YUV64.08175.9299.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=9.96%
G=28.22%
B=61.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24681490.840.5400.42218.8872.2533.92
Hex184495543602Adb4822
Octal301042251246605233311042
Binary1100010001001001010110101001101100101010110110111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184495; }

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

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

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

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

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

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

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

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