Html Css Color HEX #112397 Egyptian Blue

📋 copy color: '#112397'

red 17 ◦ green 35 ◦ blue 151

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

Shades of Egyptian Blue #112397

Tints of Egyptian Blue #112397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

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

R = 8.37%
G = 17.24%
B = 74.38%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#112397 (or 0x112397) is known color: Egyptian Blue. HEX triplet: 11, 23 and 97. RGB value is (17,35,151). Sum of RGB (Red+Green+Blue) = 17+35+151=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #112397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112397 is #EEDC68. Grayscale: #2A2A2A. Windows color (decimal): -15653993 or 9904913. OLE color: 9904913.

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

Color convert

RGB 17 35 151 -
CMYK 0.89 0.77 0 0.41
HSL 231.94º 0.8% 0.33% -
HSV(B) 231.94º 0.89% 0.59% -
XYZ 6.42 3.56 29.63 -
YUV 42.84 189.04 109.57 -
System Red Green Blue C M Y K H S L
Decimal 17 35 151 0.89 0.77 0 0.41 231.94 0.8 0.33
Hex 11 23 97 59 4D 0 29 E8 50 21
Octal 21 43 227 131 115 0 51 350 120 41
Binary 10001 100011 10010111 1011001 1001101 0 101001 11101000 1010000 100001

Color Harmonies of #112397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112397

Black with #112397

Text Example


Text Example

White with #112397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112397; }

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

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

background-color css

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

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

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

border-color css

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

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

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