#122099

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

Shades of Egyptian Blue #122099

Tints of Egyptian Blue #122099

Color information

#122099 (or 0x122099) is unknown color: approx Egyptian Blue. HEX triplet: 12, 20 and 99. RGB value is (18,32,153). Sum of RGB (Red+Green+Blue) = 18+32+153=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #122099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122099 is #EDDF66. Grayscale: #292929. Windows color (decimal): -15589223 or 10035218. OLE color: 10035218.

HSL color Cylindrical-coordinate representation of color #122099: hue angle of 233.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122099 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1832153-
CMYK0.880.7900.4
HSL233.78º78.95%33.53%-
HSV(B)233.78º88.24%60%-
XYZ6.523.4630.46-
YUV41.61190.86111.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=8.87%
G=15.76%
B=75.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18321530.880.7900.4233.7878.9533.53
Hex122099584F028ea4f22
Octal224023113011705035211742
Binary1001010000010011001101100010011110101000111010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122099; }

 p { color: rgb(18,32,153); }

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

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

 a { background-color: rgb(18,32,153); }

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

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

 span { border-color: rgb(18,32,153); }

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