Html Css Color HEX #112199 Egyptian Blue

📋 copy color: '#112199'

red 17 ◦ green 33 ◦ blue 153

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

Shades of Egyptian Blue #112199

Tints of Egyptian Blue #112199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 8.37%
G = 16.26%
B = 75.37%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#112199 (or 0x112199) is known color: Egyptian Blue. HEX triplet: 11, 21 and 99. RGB value is (17,33,153). Sum of RGB (Red+Green+Blue) = 17+33+153=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #112199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112199 is #EEDE66. Grayscale: #292929. Windows color (decimal): -15654503 or 10035473. OLE color: 10035473.

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

Color convert

RGB 17 33 153 -
CMYK 0.89 0.78 0 0.4
HSL 232.94º 0.8% 0.33% -
HSV(B) 232.94º 0.89% 0.6% -
XYZ 6.52 3.51 30.47 -
YUV 41.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 17 33 153 0.89 0.78 0 0.4 232.94 0.8 0.33
Hex 11 21 99 59 4E 0 28 E9 50 21
Octal 21 41 231 131 116 0 50 351 120 41
Binary 10001 100001 10011001 1011001 1001110 0 101000 11101001 1010000 100001

Color Harmonies of #112199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112199

Black with #112199

Text Example


Text Example

White with #112199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112199; }

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

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

background-color css

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

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

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

border-color css

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

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

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