Html Css Color HEX #112EAF Egyptian Blue

📋 copy color: '#112EAF'

red 17 ◦ green 46 ◦ blue 175

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

Shades of Egyptian Blue #112EAF

Tints of Egyptian Blue #112EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.53%

R = 7.14%
G = 19.33%
B = 73.53%

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

#112EAF (or 0x112EAF) is known color: Egyptian Blue. HEX triplet: 11, 2E and AF. RGB value is (17,46,175). Sum of RGB (Red+Green+Blue) = 17+46+175=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #112EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EAF is #EED150. Grayscale: #333333. Windows color (decimal): -15651153 or 11480593. OLE color: 11480593.

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

Color convert

RGB 17 46 175 -
CMYK 0.90 0.74 0 0.31
HSL 228.99º 0.82% 0.38% -
HSV(B) 228.99º 0.9% 0.69% -
XYZ 8.95 5.17 41.08 -
YUV 52.04 197.39 103.01 -
System Red Green Blue C M Y K H S L
Decimal 17 46 175 0.90 0.74 0 0.31 228.99 0.82 0.38
Hex 11 2E AF 5A 4A 0 1F E5 52 26
Octal 21 56 257 132 112 0 37 345 122 46
Binary 10001 101110 10101111 1011010 1001010 0 11111 11100101 1010010 100110

Color Harmonies of #112EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EAF

Black with #112EAF

Text Example


Text Example

White with #112EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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