#123EA7

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

Shades of Egyptian Blue #123EA7

Tints of Egyptian Blue #123EA7

Color information

#123EA7 (or 0x123EA7) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3E and A7. RGB value is (18,62,167). Sum of RGB (Red+Green+Blue) = 18+62+167=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #123EA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123EA7 is #EDC158. Grayscale: #3C3C3C. Windows color (decimal): -15581529 or 10960402. OLE color: 10960402.

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

Color convert

RGB1862167-
CMYK0.890.6300.35
HSL222.28º80.54%36.27%-
HSV(B)222.28º89.22%65.49%-
XYZ8.956.3637.32-
YUV60.81187.9297.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 167 (65.62% from 255) = 67.61%
R=7.29%
G=25.10%
B=67.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18621670.890.6300.35222.2880.5436.27
Hex123EA7593F023de5124
Octal22762471317704333612144
Binary100101111101010011110110011111110100011110111101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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