#123B95

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

Shades of Egyptian Blue #123B95

Tints of Egyptian Blue #123B95

Color information

#123B95 (or 0x123B95) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3B and 95. RGB value is (18,59,149). Sum of RGB (Red+Green+Blue) = 18+59+149=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #123B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B95 is #EDC46A. Grayscale: #383838. Windows color (decimal): -15582315 or 9779986. OLE color: 9779986.

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

Color convert

RGB1859149-
CMYK0.880.6000.42
HSL221.22º78.44%32.75%-
HSV(B)221.22º87.92%58.43%-
XYZ7.245.4329.1-
YUV57179.92100.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 149 (58.59% from 255) = 65.93%
R=7.96%
G=26.11%
B=65.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18591490.880.6000.42221.2278.4432.75
Hex123B95583C02Add4e21
Octal22732251307405233511641
Binary100101110111001010110110001111000101010110111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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