#123E9A

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

Shades of Egyptian Blue #123E9A

Tints of Egyptian Blue #123E9A

Color information

#123E9A (or 0x123E9A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3E and 9A. RGB value is (18,62,154). Sum of RGB (Red+Green+Blue) = 18+62+154=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #123E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123E9A is #EDC165. Grayscale: #3A3A3A. Windows color (decimal): -15581542 or 10108434. OLE color: 10108434.

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

Color convert

RGB1862154-
CMYK0.880.6000.40
HSL220.59º79.07%33.73%-
HSV(B)220.59º88.31%60.39%-
XYZ7.85.9131.3-
YUV59.33181.4298.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 154 (60.55% from 255) = 65.81%
R=7.69%
G=26.50%
B=65.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18621540.880.6000.40220.5979.0733.73
Hex123E9A583C028dd4f22
Octal22762321307405033511742
Binary100101111101001101010110001111000101000110111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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