#184292

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

Shades of Egyptian Blue #184292

Tints of Egyptian Blue #184292

Color information

#184292 (or 0x184292) is unknown color: approx Egyptian Blue. HEX triplet: 18, 42 and 92. RGB value is (24,66,146). Sum of RGB (Red+Green+Blue) = 24+66+146=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #184292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184292 is #E7BD6D. Grayscale: #3E3E3E. Windows color (decimal): -15187310 or 9585176. OLE color: 9585176.

HSL color Cylindrical-coordinate representation of color #184292: hue angle of 219.34º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184292 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2466146-
CMYK0.840.5500.43
HSL219.34º71.76%33.33%-
HSV(B)219.34º83.56%57.25%-
XYZ7.516.1727.99-
YUV62.56175.09100.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=10.17%
G=27.97%
B=61.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24661460.840.5500.43219.3471.7633.33
Hex184292543702Bdb4821
Octal301022221246705333311041
Binary1100010000101001001010101001101110101011110110111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184292; }

 p { color: rgb(24,66,146); }

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

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

 a { background-color: rgb(24,66,146); }

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

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

 span { border-color: rgb(24,66,146); }

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