Html Css Color HEX #112EB1 Egyptian Blue

📋 copy color: '#112EB1'

red 17 ◦ green 46 ◦ blue 177

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

Shades of Egyptian Blue #112EB1

Tints of Egyptian Blue #112EB1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 177 (69.53% from 255) = 73.75%

R = 7.08%
G = 19.17%
B = 73.75%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#112EB1 (or 0x112EB1) is known color: Egyptian Blue. HEX triplet: 11, 2E and B1. RGB value is (17,46,177). Sum of RGB (Red+Green+Blue) = 17+46+177=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #112EB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EB1 is #EED14E. Grayscale: #333333. Windows color (decimal): -15651151 or 11611665. OLE color: 11611665.

HSL color Cylindrical-coordinate representation of color #112EB1: hue angle of 229.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112EB1 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 46 177 -
CMYK 0.90 0.74 0 0.31
HSL 229.13º 0.82% 0.38% -
HSV(B) 229.13º 0.9% 0.69% -
XYZ 9.14 5.25 42.13 -
YUV 52.26 198.39 102.85 -
System Red Green Blue C M Y K H S L
Decimal 17 46 177 0.90 0.74 0 0.31 229.13 0.82 0.38
Hex 11 2E B1 5A 4A 0 1F E5 52 26
Octal 21 56 261 132 112 0 37 345 122 46
Binary 10001 101110 10110001 1011010 1001010 0 11111 11100101 1010010 100110

Color Harmonies of #112EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EB1

Black with #112EB1

Text Example


Text Example

White with #112EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,46,177); }

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

background-color css

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

 a { background-color: rgb(17,46,177); }

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

border-color css

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

 span { border-color: rgb(17,46,177); }

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