Html Css Color HEX #112EB0 Egyptian Blue

📋 copy color: '#112EB0'

red 17 ◦ green 46 ◦ blue 176

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

Shades of Egyptian Blue #112EB0

Tints of Egyptian Blue #112EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 73.64%

R = 7.11%
G = 19.25%
B = 73.64%

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

#112EB0 (or 0x112EB0) is known color: Egyptian Blue. HEX triplet: 11, 2E and B0. RGB value is (17,46,176). Sum of RGB (Red+Green+Blue) = 17+46+176=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #112EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EB0 is #EED14F. Grayscale: #333333. Windows color (decimal): -15651152 or 11546129. OLE color: 11546129.

HSL color Cylindrical-coordinate representation of color #112EB0: hue angle of 229.06º 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 #112EB0 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 46 176 -
CMYK 0.90 0.74 0 0.31
HSL 229.06º 0.82% 0.38% -
HSV(B) 229.06º 0.9% 0.69% -
XYZ 9.04 5.21 41.6 -
YUV 52.15 197.89 102.93 -
System Red Green Blue C M Y K H S L
Decimal 17 46 176 0.90 0.74 0 0.31 229.06 0.82 0.38
Hex 11 2E B0 5A 4A 0 1F E5 52 26
Octal 21 56 260 132 112 0 37 345 122 46
Binary 10001 101110 10110000 1011010 1001010 0 11111 11100101 1010010 100110

Color Harmonies of #112EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EB0

Black with #112EB0

Text Example


Text Example

White with #112EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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