#184594

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

Shades of Egyptian Blue #184594

Tints of Egyptian Blue #184594

Color information

#184594 (or 0x184594) is unknown color: approx Egyptian Blue. HEX triplet: 18, 45 and 94. RGB value is (24,69,148). Sum of RGB (Red+Green+Blue) = 24+69+148=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #184594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184594 is #E7BA6B. Grayscale: #404040. Windows color (decimal): -15186540 or 9717016. OLE color: 9717016.

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

Color convert

RGB2469148-
CMYK0.840.5300.42
HSL218.23º72.09%33.73%-
HSV(B)218.23º83.78%58.04%-
XYZ7.856.5928.87-
YUV64.55175.0999.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 148 (58.20% from 255) = 61.41%
R=9.96%
G=28.63%
B=61.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24691480.840.5300.42218.2372.0933.73
Hex184594543502Ada4822
Octal301052241246505233211042
Binary1100010001011001010010101001101010101010110110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184594; }

 p { color: rgb(24,69,148); }

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

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

 a { background-color: rgb(24,69,148); }

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

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

 span { border-color: rgb(24,69,148); }

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