Html Css Color HEX #112299 Egyptian Blue

📋 copy color: '#112299'

red 17 ◦ green 34 ◦ blue 153

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

Shades of Egyptian Blue #112299

Tints of Egyptian Blue #112299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 8.33%
G = 16.67%
B = 75%

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

#112299 (or 0x112299) is known color: Egyptian Blue. HEX triplet: 11, 22 and 99. RGB value is (17,34,153). Sum of RGB (Red+Green+Blue) = 17+34+153=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #112299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112299 is #EEDD66. Grayscale: #292929. Windows color (decimal): -15654247 or 10035729. OLE color: 10035729.

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

Color convert

RGB 17 34 153 -
CMYK 0.89 0.78 0 0.4
HSL 232.5º 0.8% 0.33% -
HSV(B) 232.5º 0.89% 0.6% -
XYZ 6.55 3.56 30.48 -
YUV 42.48 190.37 109.82 -
System Red Green Blue C M Y K H S L
Decimal 17 34 153 0.89 0.78 0 0.4 232.5 0.8 0.33
Hex 11 22 99 59 4E 0 28 E8 50 21
Octal 21 42 231 131 116 0 50 350 120 41
Binary 10001 100010 10011001 1011001 1001110 0 101000 11101000 1010000 100001

Color Harmonies of #112299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112299

Black with #112299

Text Example


Text Example

White with #112299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112299; }

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

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

background-color css

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

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

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

border-color css

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

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

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