#113093

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

Shades of Egyptian Blue #113093

Tints of Egyptian Blue #113093

Color information

#113093 (or 0x113093) is unknown color: approx Egyptian Blue. HEX triplet: 11, 30 and 93. RGB value is (17,48,147). Sum of RGB (Red+Green+Blue) = 17+48+147=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #113093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113093 is #EECF6C. Grayscale: #313131. Windows color (decimal): -15650669 or 9646097. OLE color: 9646097.

HSL color Cylindrical-coordinate representation of color #113093: hue angle of 225.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113093 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1748147-
CMYK0.880.6700.42
HSL225.69º79.27%32.16%-
HSV(B)225.69º88.44%57.65%-
XYZ6.554.3428.1-
YUV50.02182.73104.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 147 (57.81% from 255) = 69.34%
R=8.02%
G=22.64%
B=69.34%

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
Decimal17481470.880.6700.42225.6979.2732.16
Hex113093584302Ae24f20
Octal216022313010305234211740
Binary1000111000010010011101100010000110101010111000101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113093; }

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

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

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

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

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

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

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

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