#123CA9

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

Shades of Egyptian Blue #123CA9

Tints of Egyptian Blue #123CA9

Color information

#123CA9 (or 0x123CA9) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3C and A9. RGB value is (18,60,169). Sum of RGB (Red+Green+Blue) = 18+60+169=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #123CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123CA9 is #EDC356. Grayscale: #3B3B3B. Windows color (decimal): -15582039 or 11090962. OLE color: 11090962.

HSL color Cylindrical-coordinate representation of color #123CA9: hue angle of 223.31º 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 #123CA9 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1860169-
CMYK0.890.6400.34
HSL223.31º80.75%36.67%-
HSV(B)223.31º89.35%66.27%-
XYZ9.036.2238.26-
YUV59.87189.5998.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 169 (66.41% from 255) = 68.42%
R=7.29%
G=24.29%
B=68.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18601690.890.6400.34223.3180.7536.67
Hex123CA95940022df5125
Octal227425113110004233712145
Binary1001011110010101001101100110000000100010110111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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