Html Css Color HEX #112998 Egyptian Blue

📋 copy color: '#112998'

red 17 ◦ green 41 ◦ blue 152

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

Shades of Egyptian Blue #112998

Tints of Egyptian Blue #112998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

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

R = 8.1%
G = 19.52%
B = 72.38%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#112998 (or 0x112998) is known color: Egyptian Blue. HEX triplet: 11, 29 and 98. RGB value is (17,41,152). Sum of RGB (Red+Green+Blue) = 17+41+152=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #112998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112998 is #EED667. Grayscale: #2E2E2E. Windows color (decimal): -15652456 or 9971985. OLE color: 9971985.

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

Color convert

RGB 17 41 152 -
CMYK 0.89 0.73 0 0.40
HSL 229.33º 0.8% 0.33% -
HSV(B) 229.33º 0.89% 0.6% -
XYZ 6.69 3.97 30.12 -
YUV 46.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 17 41 152 0.89 0.73 0 0.40 229.33 0.8 0.33
Hex 11 29 98 59 49 0 28 E5 50 21
Octal 21 51 230 131 111 0 50 345 120 41
Binary 10001 101001 10011000 1011001 1001001 0 101000 11100101 1010000 100001

Color Harmonies of #112998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112998

Black with #112998

Text Example


Text Example

White with #112998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112998; }

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

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

background-color css

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

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

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

border-color css

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

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

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