#124599

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

Shades of Egyptian Blue #124599

Tints of Egyptian Blue #124599

Color information

#124599 (or 0x124599) is unknown color: approx Egyptian Blue. HEX triplet: 12, 45 and 99. RGB value is (18,69,153). Sum of RGB (Red+Green+Blue) = 18+69+153=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #124599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124599 is #EDBA66. Grayscale: #3E3E3E. Windows color (decimal): -15579751 or 10044690. OLE color: 10044690.

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

Color convert

RGB1869153-
CMYK0.880.5500.4
HSL217.33º78.95%33.53%-
HSV(B)217.33º88.24%60%-
XYZ8.136.6831-
YUV63.33178.695.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=7.5%
G=28.75%
B=63.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18691530.880.5500.4217.3378.9533.53
Hex1245995837028d94f22
Octal221052311306705033111742
Binary1001010001011001100110110001101110101000110110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124599; }

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

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

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

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

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

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

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

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