Html Css Color HEX #112497 Egyptian Blue

📋 copy color: '#112497'

red 17 ◦ green 36 ◦ blue 151

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

Shades of Egyptian Blue #112497

Tints of Egyptian Blue #112497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

 BLUE value IS 151 (59.38% from 255) = 74.02%

R = 8.33%
G = 17.65%
B = 74.02%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#112497 (or 0x112497) is known color: Egyptian Blue. HEX triplet: 11, 24 and 97. RGB value is (17,36,151). Sum of RGB (Red+Green+Blue) = 17+36+151=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #112497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112497 is #EEDB68. Grayscale: #2A2A2A. Windows color (decimal): -15653737 or 9905169. OLE color: 9905169.

HSL color Cylindrical-coordinate representation of color #112497: hue angle of 231.49º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112497 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 36 151 -
CMYK 0.89 0.76 0 0.41
HSL 231.49º 0.8% 0.33% -
HSV(B) 231.49º 0.89% 0.59% -
XYZ 6.45 3.62 29.64 -
YUV 43.43 188.71 109.15 -
System Red Green Blue C M Y K H S L
Decimal 17 36 151 0.89 0.76 0 0.41 231.49 0.8 0.33
Hex 11 24 97 59 4C 0 29 E7 50 21
Octal 21 44 227 131 114 0 51 347 120 41
Binary 10001 100100 10010111 1011001 1001100 0 101001 11100111 1010000 100001

Color Harmonies of #112497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112497

Black with #112497

Text Example


Text Example

White with #112497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112497; }

 p { color: rgb(17,36,151); }

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

background-color css

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

 a { background-color: rgb(17,36,151); }

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

border-color css

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

 span { border-color: rgb(17,36,151); }

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