Html Css Color HEX #113899 Egyptian Blue

📋 copy color: '#113899'

red 17 ◦ green 56 ◦ blue 153

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

Shades of Egyptian Blue #113899

Tints of Egyptian Blue #113899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

 BLUE value IS 153 (60.16% from 255) = 67.7%

R = 7.52%
G = 24.78%
B = 67.7%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#113899 (or 0x113899) is known color: Egyptian Blue. HEX triplet: 11, 38 and 99. RGB value is (17,56,153). Sum of RGB (Red+Green+Blue) = 17+56+153=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #113899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113899 is #EEC766. Grayscale: #363636. Windows color (decimal): -15648615 or 10041361. OLE color: 10041361.

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

Color convert

RGB 17 56 153 -
CMYK 0.89 0.63 0 0.4
HSL 222.79º 0.8% 0.33% -
HSV(B) 222.79º 0.89% 0.6% -
XYZ 7.4 5.25 30.76 -
YUV 55.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 17 56 153 0.89 0.63 0 0.4 222.79 0.8 0.33
Hex 11 38 99 59 3F 0 28 DF 50 21
Octal 21 70 231 131 77 0 50 337 120 41
Binary 10001 111000 10011001 1011001 111111 0 101000 11011111 1010000 100001

Color Harmonies of #113899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113899

Black with #113899

Text Example


Text Example

White with #113899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113899; }

 p { color: rgb(17,56,153); }

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

background-color css

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

 a { background-color: rgb(17,56,153); }

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

border-color css

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

 span { border-color: rgb(17,56,153); }

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