#112695

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

Shades of Egyptian Blue #112695

Tints of Egyptian Blue #112695

Color information

#112695 (or 0x112695) is unknown color: approx Egyptian Blue. HEX triplet: 11, 26 and 95. RGB value is (17,38,149). Sum of RGB (Red+Green+Blue) = 17+38+149=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #112695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112695 is #EED96A. Grayscale: #2B2B2B. Windows color (decimal): -15653227 or 9774609. OLE color: 9774609.

HSL color Cylindrical-coordinate representation of color #112695: hue angle of 230.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112695 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1738149-
CMYK0.890.7400.42
HSL230.45º79.52%32.55%-
HSV(B)230.45º88.59%58.43%-
XYZ6.353.6828.81-
YUV44.38187.04108.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 149 (58.59% from 255) = 73.04%
R=8.33%
G=18.63%
B=73.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17381490.890.7400.42230.4579.5232.55
Hex112695594A02Ae65021
Octal214622513111205234612041
Binary1000110011010010101101100110010100101010111001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112695; }

 p { color: rgb(17,38,149); }

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

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

 a { background-color: rgb(17,38,149); }

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

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

 span { border-color: rgb(17,38,149); }

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