#123B99

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

Shades of Egyptian Blue #123B99

Tints of Egyptian Blue #123B99

Color information

#123B99 (or 0x123B99) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3B and 99. RGB value is (18,59,153). Sum of RGB (Red+Green+Blue) = 18+59+153=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #123B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B99 is #EDC466. Grayscale: #393939. Windows color (decimal): -15582311 or 10042130. OLE color: 10042130.

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

Color convert

RGB1859153-
CMYK0.880.6100.4
HSL221.78º78.95%33.53%-
HSV(B)221.78º88.24%60%-
XYZ7.565.5630.81-
YUV57.46181.9299.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 153 (60.16% from 255) = 66.52%
R=7.83%
G=25.65%
B=66.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18591530.880.6100.4221.7878.9533.53
Hex123B99583D028de4f22
Octal22732311307505033611742
Binary100101110111001100110110001111010101000110111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B99; }

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

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

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

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

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

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

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

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