#122499

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

Shades of Egyptian Blue #122499

Tints of Egyptian Blue #122499

Color information

#122499 (or 0x122499) is unknown color: approx Egyptian Blue. HEX triplet: 12, 24 and 99. RGB value is (18,36,153). Sum of RGB (Red+Green+Blue) = 18+36+153=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #122499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122499 is #EDDB66. Grayscale: #2B2B2B. Windows color (decimal): -15588199 or 10036242. OLE color: 10036242.

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

Color convert

RGB1836153-
CMYK0.880.7600.4
HSL232º78.95%33.53%-
HSV(B)232º88.24%60%-
XYZ6.633.6930.5-
YUV43.96189.54109.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 153 (60.16% from 255) = 73.91%
R=8.70%
G=17.39%
B=73.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18361530.880.7600.423278.9533.53
Hex122499584C028e84f22
Octal224423113011405035011742
Binary1001010010010011001101100010011000101000111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122499; }

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

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

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

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

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

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

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

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