#123195

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

Shades of Egyptian Blue #123195

Tints of Egyptian Blue #123195

Color information

#123195 (or 0x123195) is unknown color: approx Egyptian Blue. HEX triplet: 12, 31 and 95. RGB value is (18,49,149). Sum of RGB (Red+Green+Blue) = 18+49+149=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #123195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123195 is #EDCE6A. Grayscale: #323232. Windows color (decimal): -15584875 or 9777426. OLE color: 9777426.

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

Color convert

RGB1849149-
CMYK0.880.6700.42
HSL225.8º78.44%32.75%-
HSV(B)225.8º87.92%58.43%-
XYZ6.774.528.94-
YUV51.13183.23104.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 149 (58.59% from 255) = 68.98%
R=8.33%
G=22.69%
B=68.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18491490.880.6700.42225.878.4432.75
Hex123195584302Ae24e21
Octal226122513010305234211641
Binary1001011000110010101101100010000110101010111000101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123195; }

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

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

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

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

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

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

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

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