#183299

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

Shades of Egyptian Blue #183299

Tints of Egyptian Blue #183299

Color information

#183299 (or 0x183299) is unknown color: approx Egyptian Blue. HEX triplet: 18, 32 and 99. RGB value is (24,50,153). Sum of RGB (Red+Green+Blue) = 24+50+153=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #183299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183299 is #E7CD66. Grayscale: #353535. Windows color (decimal): -15191399 or 10039832. OLE color: 10039832.

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

Color convert

RGB2450153-
CMYK0.840.6700.4
HSL227.91º72.88%34.71%-
HSV(B)227.91º84.31%60%-
XYZ7.274.7830.68-
YUV53.97183.89106.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 153 (60.16% from 255) = 67.40%
R=10.57%
G=22.03%
B=67.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24501530.840.6700.4227.9172.8834.71
Hex1832995443028e44923
Octal306223112410305034411143
Binary1100011001010011001101010010000110101000111001001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183299; }

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

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

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

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

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

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

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

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