#123A95

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

Shades of Egyptian Blue #123A95

Tints of Egyptian Blue #123A95

Color information

#123A95 (or 0x123A95) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3A and 95. RGB value is (18,58,149). Sum of RGB (Red+Green+Blue) = 18+58+149=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #123A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A95 is #EDC56A. Grayscale: #383838. Windows color (decimal): -15582571 or 9779730. OLE color: 9779730.

HSL color Cylindrical-coordinate representation of color #123A95: hue angle of 221.68º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123A95 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1858149-
CMYK0.880.6100.42
HSL221.68º78.44%32.75%-
HSV(B)221.68º87.92%58.43%-
XYZ7.195.3229.08-
YUV56.41180.25100.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 149 (58.59% from 255) = 66.22%
R=8%
G=25.78%
B=66.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18581490.880.6100.42221.6878.4432.75
Hex123A95583D02Ade4e21
Octal22722251307505233611641
Binary100101110101001010110110001111010101010110111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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