#113096

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

Shades of Egyptian Blue #113096

Tints of Egyptian Blue #113096

Color information

#113096 (or 0x113096) is unknown color: approx Egyptian Blue. HEX triplet: 11, 30 and 96. RGB value is (17,48,150). Sum of RGB (Red+Green+Blue) = 17+48+150=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #113096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113096 is #EECF69. Grayscale: #313131. Windows color (decimal): -15650666 or 9842705. OLE color: 9842705.

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

Color convert

RGB1748150-
CMYK0.890.6800.41
HSL226.02º79.64%32.75%-
HSV(B)226.02º88.67%58.82%-
XYZ6.794.4429.35-
YUV50.36184.23104.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 150 (58.98% from 255) = 69.77%
R=7.91%
G=22.33%
B=69.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17481500.890.6800.41226.0279.6432.75
Hex1130965944029e25021
Octal216022613110405134212041
Binary1000111000010010110101100110001000101001111000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113096; }

 p { color: rgb(17,48,150); }

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

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

 a { background-color: rgb(17,48,150); }

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

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

 span { border-color: rgb(17,48,150); }

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