Html Css Color HEX #112B9E Egyptian Blue

📋 copy color: '#112B9E'

red 17 ◦ green 43 ◦ blue 158

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

Shades of Egyptian Blue #112B9E

Tints of Egyptian Blue #112B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

 BLUE value IS 158 (62.11% from 255) = 72.48%

R = 7.8%
G = 19.72%
B = 72.48%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#112B9E (or 0x112B9E) is known color: Egyptian Blue. HEX triplet: 11, 2B and 9E. RGB value is (17,43,158). Sum of RGB (Red+Green+Blue) = 17+43+158=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #112B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B9E is #EED461. Grayscale: #2F2F2F. Windows color (decimal): -15651938 or 10365713. OLE color: 10365713.

HSL color Cylindrical-coordinate representation of color #112B9E: hue angle of 228.94º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112B9E is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 43 158 -
CMYK 0.89 0.73 0 0.38
HSL 228.94º 0.81% 0.34% -
HSV(B) 228.94º 0.89% 0.62% -
XYZ 7.27 4.32 32.8 -
YUV 48.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 17 43 158 0.89 0.73 0 0.38 228.94 0.81 0.34
Hex 11 2B 9E 59 49 0 26 E5 51 22
Octal 21 53 236 131 111 0 46 345 121 42
Binary 10001 101011 10011110 1011001 1001001 0 100110 11100101 1010001 100010

Color Harmonies of #112B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B9E

Black with #112B9E

Text Example


Text Example

White with #112B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112B9E; }

 p { color: rgb(17,43,158); }

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

background-color css

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

 a { background-color: rgb(17,43,158); }

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

border-color css

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

 span { border-color: rgb(17,43,158); }

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