#123799

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

Shades of Egyptian Blue #123799

Tints of Egyptian Blue #123799

Color information

#123799 (or 0x123799) is unknown color: approx Egyptian Blue. HEX triplet: 12, 37 and 99. RGB value is (18,55,153). Sum of RGB (Red+Green+Blue) = 18+55+153=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #123799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123799 is #EDC866. Grayscale: #363636. Windows color (decimal): -15583335 or 10041106. OLE color: 10041106.

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

Color convert

RGB1855153-
CMYK0.880.6400.4
HSL223.56º78.95%33.53%-
HSV(B)223.56º88.24%60%-
XYZ7.375.1630.74-
YUV55.11183.24101.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 153 (60.16% from 255) = 67.70%
R=7.96%
G=24.34%
B=67.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18551530.880.6400.4223.5678.9533.53
Hex1237995840028e04f22
Octal226723113010005034011742
Binary1001011011110011001101100010000000101000111000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123799; }

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

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

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

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

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

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

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

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