#122399

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

Shades of Egyptian Blue #122399

Tints of Egyptian Blue #122399

Color information

#122399 (or 0x122399) is unknown color: approx Egyptian Blue. HEX triplet: 12, 23 and 99. RGB value is (18,35,153). Sum of RGB (Red+Green+Blue) = 18+35+153=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #122399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122399 is #EDDC66. Grayscale: #2A2A2A. Windows color (decimal): -15588455 or 10035986. OLE color: 10035986.

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

Color convert

RGB1835153-
CMYK0.880.7700.4
HSL232.44º78.95%33.53%-
HSV(B)232.44º88.24%60%-
XYZ6.63.6330.49-
YUV43.37189.87109.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=8.74%
G=16.99%
B=74.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18351530.880.7700.4232.4478.9533.53
Hex122399584D028e84f22
Octal224323113011505035011742
Binary1001010001110011001101100010011010101000111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122399; }

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

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

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

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

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

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

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

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