#123B9E

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

Shades of Egyptian Blue #123B9E

Tints of Egyptian Blue #123B9E

Color information

#123B9E (or 0x123B9E) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3B and 9E. RGB value is (18,59,158). Sum of RGB (Red+Green+Blue) = 18+59+158=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #123B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B9E is #EDC461. Grayscale: #393939. Windows color (decimal): -15582306 or 10369810. OLE color: 10369810.

HSL color Cylindrical-coordinate representation of color #123B9E: hue angle of 222.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123B9E is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1859158-
CMYK0.890.6300.38
HSL222.43º79.55%34.51%-
HSV(B)222.43º88.61%61.96%-
XYZ7.985.7333.03-
YUV58.03184.4299.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=7.66%
G=25.11%
B=67.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18591580.890.6300.38222.4379.5534.51
Hex123B9E593F026de5023
Octal22732361317704633612043
Binary100101110111001111010110011111110100110110111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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