#123DA9

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

Shades of Egyptian Blue #123DA9

Tints of Egyptian Blue #123DA9

Color information

#123DA9 (or 0x123DA9) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3D and A9. RGB value is (18,61,169). Sum of RGB (Red+Green+Blue) = 18+61+169=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #123DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DA9 is #EDC256. Grayscale: #3B3B3B. Windows color (decimal): -15581783 or 11091218. OLE color: 11091218.

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

Color convert

RGB1861169-
CMYK0.890.6400.34
HSL222.91º80.75%36.67%-
HSV(B)222.91º89.35%66.27%-
XYZ9.086.3338.28-
YUV60.46189.2597.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 169 (66.41% from 255) = 68.15%
R=7.26%
G=24.60%
B=68.15%

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
Decimal18611690.890.6400.34222.9180.7536.67
Hex123DA95940022df5125
Octal227525113110004233712145
Binary1001011110110101001101100110000000100010110111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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