Html Css Color HEX #112EB2 Egyptian Blue

📋 copy color: '#112EB2'

red 17 ◦ green 46 ◦ blue 178

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

Shades of Egyptian Blue #112EB2

Tints of Egyptian Blue #112EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 73.86%

R = 7.05%
G = 19.09%
B = 73.86%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#112EB2 (or 0x112EB2) is known color: Egyptian Blue. HEX triplet: 11, 2E and B2. RGB value is (17,46,178). Sum of RGB (Red+Green+Blue) = 17+46+178=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #112EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EB2 is #EED14D. Grayscale: #333333. Windows color (decimal): -15651150 or 11677201. OLE color: 11677201.

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

Color convert

RGB 17 46 178 -
CMYK 0.90 0.74 0 0.30
HSL 229.19º 0.83% 0.38% -
HSV(B) 229.19º 0.9% 0.7% -
XYZ 9.24 5.29 42.65 -
YUV 52.38 198.89 102.77 -
System Red Green Blue C M Y K H S L
Decimal 17 46 178 0.90 0.74 0 0.30 229.19 0.83 0.38
Hex 11 2E B2 5A 4A 0 1E E5 53 26
Octal 21 56 262 132 112 0 36 345 123 46
Binary 10001 101110 10110010 1011010 1001010 0 11110 11100101 1010011 100110

Color Harmonies of #112EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EB2

Black with #112EB2

Text Example


Text Example

White with #112EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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