#123A9A

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

Shades of Egyptian Blue #123A9A

Tints of Egyptian Blue #123A9A

Color information

#123A9A (or 0x123A9A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3A and 9A. RGB value is (18,58,154). Sum of RGB (Red+Green+Blue) = 18+58+154=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #123A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A9A is #EDC565. Grayscale: #383838. Windows color (decimal): -15582566 or 10107410. OLE color: 10107410.

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

Color convert

RGB1858154-
CMYK0.880.6200.40
HSL222.35º79.07%33.73%-
HSV(B)222.35º88.31%60.39%-
XYZ7.65.4931.23-
YUV56.98182.75100.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 154 (60.55% from 255) = 66.96%
R=7.83%
G=25.22%
B=66.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18581540.880.6200.40222.3579.0733.73
Hex123A9A583E028de4f22
Octal22722321307605033611742
Binary100101110101001101010110001111100101000110111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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