Html Css Color HEX #112098 Egyptian Blue

📋 copy color: '#112098'

red 17 ◦ green 32 ◦ blue 152

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

Shades of Egyptian Blue #112098

Tints of Egyptian Blue #112098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 8.46%
G = 15.92%
B = 75.62%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#112098 (or 0x112098) is known color: Egyptian Blue. HEX triplet: 11, 20 and 98. RGB value is (17,32,152). Sum of RGB (Red+Green+Blue) = 17+32+152=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #112098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112098 is #EEDF67. Grayscale: #282828. Windows color (decimal): -15654760 or 9969681. OLE color: 9969681.

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

Color convert

RGB 17 32 152 -
CMYK 0.89 0.79 0 0.40
HSL 233.33º 0.8% 0.33% -
HSV(B) 233.33º 0.89% 0.6% -
XYZ 6.42 3.42 30.03 -
YUV 41.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 17 32 152 0.89 0.79 0 0.40 233.33 0.8 0.33
Hex 11 20 98 59 4F 0 28 E9 50 21
Octal 21 40 230 131 117 0 50 351 120 41
Binary 10001 100000 10011000 1011001 1001111 0 101000 11101001 1010000 100001

Color Harmonies of #112098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112098

Black with #112098

Text Example


Text Example

White with #112098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112098; }

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

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

background-color css

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

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

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

border-color css

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

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

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