#123EA9

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

Shades of Egyptian Blue #123EA9

Tints of Egyptian Blue #123EA9

Color information

#123EA9 (or 0x123EA9) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3E and A9. RGB value is (18,62,169). Sum of RGB (Red+Green+Blue) = 18+62+169=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 169 (66.41% from 255 or 67.87% from 249); Max value from RGB is 169 - color contains mainly: blue. Hex color #123EA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123EA9 is #EDC156. Grayscale: #3C3C3C. Windows color (decimal): -15581527 or 11091474. OLE color: 11091474.

HSL color Cylindrical-coordinate representation of color #123EA9: hue angle of 222.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123EA9 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1862169-
CMYK0.890.6300.34
HSL222.52º80.75%36.67%-
HSV(B)222.52º89.35%66.27%-
XYZ9.136.4438.3-
YUV61.04188.9297.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 169 (66.41% from 255) = 67.87%
R=7.23%
G=24.90%
B=67.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18621690.890.6300.34222.5280.7536.67
Hex123EA9593F022df5125
Octal22762511317704233712145
Binary100101111101010100110110011111110100010110111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,62,169); }

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

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

 a { background-color: rgb(18,62,169); }

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

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

 span { border-color: rgb(18,62,169); }

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