#123C95

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

Shades of Egyptian Blue #123C95

Tints of Egyptian Blue #123C95

Color information

#123C95 (or 0x123C95) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3C and 95. RGB value is (18,60,149). Sum of RGB (Red+Green+Blue) = 18+60+149=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #123C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C95 is #EDC36A. Grayscale: #393939. Windows color (decimal): -15582059 or 9780242. OLE color: 9780242.

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

Color convert

RGB1860149-
CMYK0.880.6000.42
HSL220.76º78.44%32.75%-
HSV(B)220.76º87.92%58.43%-
XYZ7.295.5329.12-
YUV57.59179.5999.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=7.93%
G=26.43%
B=65.64%

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
Decimal18601490.880.6000.42220.7678.4432.75
Hex123C95583C02Add4e21
Octal22742251307405233511641
Binary100101111001001010110110001111000101010110111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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