Html Css Color HEX #112597 Egyptian Blue

📋 copy color: '#112597'

red 17 ◦ green 37 ◦ blue 151

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

Shades of Egyptian Blue #112597

Tints of Egyptian Blue #112597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 8.29%
G = 18.05%
B = 73.66%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#112597 (or 0x112597) is known color: Egyptian Blue. HEX triplet: 11, 25 and 97. RGB value is (17,37,151). Sum of RGB (Red+Green+Blue) = 17+37+151=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #112597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112597 is #EEDA68. Grayscale: #2B2B2B. Windows color (decimal): -15653481 or 9905425. OLE color: 9905425.

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

Color convert

RGB 17 37 151 -
CMYK 0.89 0.75 0 0.41
HSL 231.04º 0.8% 0.33% -
HSV(B) 231.04º 0.89% 0.59% -
XYZ 6.48 3.68 29.65 -
YUV 44.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 17 37 151 0.89 0.75 0 0.41 231.04 0.8 0.33
Hex 11 25 97 59 4B 0 29 E7 50 21
Octal 21 45 227 131 113 0 51 347 120 41
Binary 10001 100101 10010111 1011001 1001011 0 101001 11100111 1010000 100001

Color Harmonies of #112597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112597

Black with #112597

Text Example


Text Example

White with #112597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112597; }

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

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

background-color css

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

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

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

border-color css

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

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

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