#113F98

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

Shades of Egyptian Blue #113F98

Tints of Egyptian Blue #113F98

Color information

#113F98 (or 0x113F98) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3F and 98. RGB value is (17,63,152). Sum of RGB (Red+Green+Blue) = 17+63+152=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #113F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F98 is #EEC067. Grayscale: #3A3A3A. Windows color (decimal): -15646824 or 9977617. OLE color: 9977617.

HSL color Cylindrical-coordinate representation of color #113F98: hue angle of 219.56º 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 #113F98 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1763152-
CMYK0.890.5900.40
HSL219.56º79.88%33.14%-
HSV(B)219.56º88.82%59.61%-
XYZ7.685.9430.45-
YUV59.39180.2697.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=7.33%
G=27.16%
B=65.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17631520.890.5900.40219.5679.8833.14
Hex113F98593B028dc5021
Octal21772301317305033412041
Binary100011111111001100010110011110110101000110111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F98; }

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

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

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

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

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

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

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

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