Html Css Color HEX #112298 Egyptian Blue

📋 copy color: '#112298'

red 17 ◦ green 34 ◦ blue 152

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

Shades of Egyptian Blue #112298

Tints of Egyptian Blue #112298

RGB

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

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

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

R = 8.37%
G = 16.75%
B = 74.88%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#112298 (or 0x112298) is known color: Egyptian Blue. HEX triplet: 11, 22 and 98. RGB value is (17,34,152). Sum of RGB (Red+Green+Blue) = 17+34+152=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #112298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112298 is #EEDD67. Grayscale: #292929. Windows color (decimal): -15654248 or 9970193. OLE color: 9970193.

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

Color convert

RGB 17 34 152 -
CMYK 0.89 0.78 0 0.40
HSL 232.44º 0.8% 0.33% -
HSV(B) 232.44º 0.89% 0.6% -
XYZ 6.47 3.53 30.05 -
YUV 42.37 189.87 109.91 -
System Red Green Blue C M Y K H S L
Decimal 17 34 152 0.89 0.78 0 0.40 232.44 0.8 0.33
Hex 11 22 98 59 4E 0 28 E8 50 21
Octal 21 42 230 131 116 0 50 350 120 41
Binary 10001 100010 10011000 1011001 1001110 0 101000 11101000 1010000 100001

Color Harmonies of #112298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112298

Black with #112298

Text Example


Text Example

White with #112298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112298; }

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

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

background-color css

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

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

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

border-color css

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

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

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