#182799

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

Shades of Egyptian Blue #182799

Tints of Egyptian Blue #182799

Color information

#182799 (or 0x182799) is unknown color: approx Egyptian Blue. HEX triplet: 18, 27 and 99. RGB value is (24,39,153). Sum of RGB (Red+Green+Blue) = 24+39+153=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #182799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182799 is #E7D866. Grayscale: #2F2F2F. Windows color (decimal): -15194215 or 10037016. OLE color: 10037016.

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

Color convert

RGB2439153-
CMYK0.840.7500.4
HSL233.02º72.88%34.71%-
HSV(B)233.02º84.31%60%-
XYZ6.853.9530.54-
YUV47.51187.53111.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 153 (60.16% from 255) = 70.83%
R=11.11%
G=18.06%
B=70.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24391530.840.7500.4233.0272.8834.71
Hex182799544B028e94923
Octal304723112411305035111143
Binary1100010011110011001101010010010110101000111010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182799; }

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

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

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

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

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

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

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

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