#123099

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

Shades of Egyptian Blue #123099

Tints of Egyptian Blue #123099

Color information

#123099 (or 0x123099) is unknown color: approx Egyptian Blue. HEX triplet: 12, 30 and 99. RGB value is (18,48,153). Sum of RGB (Red+Green+Blue) = 18+48+153=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #123099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123099 is #EDCF66. Grayscale: #323232. Windows color (decimal): -15585127 or 10039314. OLE color: 10039314.

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

Color convert

RGB1848153-
CMYK0.880.6900.4
HSL226.67º78.95%33.53%-
HSV(B)226.67º88.24%60%-
XYZ7.064.5430.64-
YUV51185.56104.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 153 (60.16% from 255) = 69.86%
R=8.22%
G=21.92%
B=69.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18481530.880.6900.4226.6778.9533.53
Hex1230995845028e34f22
Octal226023113010505034311742
Binary1001011000010011001101100010001010101000111000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123099; }

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

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

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

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

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

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

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

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