#183099

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

Shades of Egyptian Blue #183099

Tints of Egyptian Blue #183099

Color information

#183099 (or 0x183099) is unknown color: approx Egyptian Blue. HEX triplet: 18, 30 and 99. RGB value is (24,48,153). Sum of RGB (Red+Green+Blue) = 24+48+153=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #183099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183099 is #E7CF66. Grayscale: #343434. Windows color (decimal): -15191911 or 10039320. OLE color: 10039320.

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

Color convert

RGB2448153-
CMYK0.840.6900.4
HSL228.84º72.88%34.71%-
HSV(B)228.84º84.31%60%-
XYZ7.184.6130.65-
YUV52.79184.55107.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 153 (60.16% from 255) = 68%
R=10.67%
G=21.33%
B=68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24481530.840.6900.4228.8472.8834.71
Hex1830995445028e54923
Octal306023112410505034511143
Binary1100011000010011001101010010001010101000111001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183099; }

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

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

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

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

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

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

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

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