Html Css Color HEX #113998 Egyptian Blue

📋 copy color: '#113998'

red 17 ◦ green 57 ◦ blue 152

#113998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #113998

Tints of Egyptian Blue #113998

RGB

 RED value IS 17 (7.03% from 255) = 7.52%

 GREEN value IS 57 (22.66% from 255) = 25.22%

 BLUE value IS 152 (59.77% from 255) = 67.26%

R = 7.52%
G = 25.22%
B = 67.26%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#113998 (or 0x113998) is known color: Egyptian Blue. HEX triplet: 11, 39 and 98. RGB value is (17,57,152). Sum of RGB (Red+Green+Blue) = 17+57+152=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #113998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113998 is #EEC667. Grayscale: #373737. Windows color (decimal): -15648360 or 9976081. OLE color: 9976081.

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

Color convert

RGB 17 57 152 -
CMYK 0.89 0.62 0 0.40
HSL 222.22º 0.8% 0.33% -
HSV(B) 222.22º 0.89% 0.6% -
XYZ 7.36 5.31 30.34 -
YUV 55.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 17 57 152 0.89 0.62 0 0.40 222.22 0.8 0.33
Hex 11 39 98 59 3E 0 28 DE 50 21
Octal 21 71 230 131 76 0 50 336 120 41
Binary 10001 111001 10011000 1011001 111110 0 101000 11011110 1010000 100001

Color Harmonies of #113998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113998

Black with #113998

Text Example


Text Example

White with #113998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113998; }

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

 H1.HeaderClassName
 {
   color: #113998;
 }
 .AnyTagClassName
 {
   color: #113998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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