#184293

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

Shades of Egyptian Blue #184293

Tints of Egyptian Blue #184293

Color information

#184293 (or 0x184293) is unknown color: approx Egyptian Blue. HEX triplet: 18, 42 and 93. RGB value is (24,66,147). Sum of RGB (Red+Green+Blue) = 24+66+147=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #184293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184293 is #E7BD6C. Grayscale: #3E3E3E. Windows color (decimal): -15187309 or 9650712. OLE color: 9650712.

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

Color convert

RGB2466147-
CMYK0.840.5500.42
HSL219.51º71.93%33.53%-
HSV(B)219.51º83.67%57.65%-
XYZ7.596.228.4-
YUV62.68175.59100.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 147 (57.81% from 255) = 62.03%
R=10.13%
G=27.85%
B=62.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24661470.840.5500.42219.5171.9333.53
Hex184293543702Adc4822
Octal301022231246705233411042
Binary1100010000101001001110101001101110101010110111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184293; }

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

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

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

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

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

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

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

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