#123599

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

Shades of Egyptian Blue #123599

Tints of Egyptian Blue #123599

Color information

#123599 (or 0x123599) is unknown color: approx Egyptian Blue. HEX triplet: 12, 35 and 99. RGB value is (18,53,153). Sum of RGB (Red+Green+Blue) = 18+53+153=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #123599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123599 is #EDCA66. Grayscale: #353535. Windows color (decimal): -15583847 or 10040594. OLE color: 10040594.

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

Color convert

RGB1853153-
CMYK0.880.6500.4
HSL224.44º78.95%33.53%-
HSV(B)224.44º88.24%60%-
XYZ7.274.9730.71-
YUV53.93183.9102.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 153 (60.16% from 255) = 68.30%
R=8.04%
G=23.66%
B=68.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18531530.880.6500.4224.4478.9533.53
Hex1235995841028e04f22
Octal226523113010105034011742
Binary1001011010110011001101100010000010101000111000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123599; }

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

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

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

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

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

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

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

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