#122299

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

Shades of Egyptian Blue #122299

Tints of Egyptian Blue #122299

Color information

#122299 (or 0x122299) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and 99. RGB value is (18,34,153). Sum of RGB (Red+Green+Blue) = 18+34+153=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #122299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122299 is #EDDD66. Grayscale: #2A2A2A. Windows color (decimal): -15588711 or 10035730. OLE color: 10035730.

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

Color convert

RGB1834153-
CMYK0.880.7800.4
HSL232.89º78.95%33.53%-
HSV(B)232.89º88.24%60%-
XYZ6.573.5730.48-
YUV42.78190.2110.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 153 (60.16% from 255) = 74.63%
R=8.78%
G=16.59%
B=74.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18341530.880.7800.4232.8978.9533.53
Hex122299584E028e94f22
Octal224223113011605035111742
Binary1001010001010011001101100010011100101000111010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122299; }

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

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

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

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

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

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

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

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