#112098

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

Shades of Egyptian Blue #112098

Tints of Egyptian Blue #112098

Color information

#112098 (or 0x112098) is unknown color: approx Egyptian Blue. HEX triplet: 11, 20 and 98. RGB value is (17,32,152). Sum of RGB (Red+Green+Blue) = 17+32+152=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #112098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112098 is #EEDF67. Grayscale: #282828. Windows color (decimal): -15654760 or 9969681. OLE color: 9969681.

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

Color convert

RGB1732152-
CMYK0.890.7900.40
HSL233.33º79.88%33.14%-
HSV(B)233.33º88.82%59.61%-
XYZ6.423.4230.03-
YUV41.19190.53110.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 152 (59.77% from 255) = 75.62%
R=8.46%
G=15.92%
B=75.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17321520.890.7900.40233.3379.8833.14
Hex112098594F028e95021
Octal214023013111705035112041
Binary1000110000010011000101100110011110101000111010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112098; }

 p { color: rgb(17,32,152); }

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

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

 a { background-color: rgb(17,32,152); }

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

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

 span { border-color: rgb(17,32,152); }

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