Html Css Color HEX #112FA3 Egyptian Blue

📋 copy color: '#112FA3'

red 17 ◦ green 47 ◦ blue 163

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

Shades of Egyptian Blue #112FA3

Tints of Egyptian Blue #112FA3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 163 (64.06% from 255) = 71.81%

R = 7.49%
G = 20.7%
B = 71.81%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#112FA3 (or 0x112FA3) is known color: Egyptian Blue. HEX triplet: 11, 2F and A3. RGB value is (17,47,163). Sum of RGB (Red+Green+Blue) = 17+47+163=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #112FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FA3 is #EED05C. Grayscale: #323232. Windows color (decimal): -15650909 or 10694417. OLE color: 10694417.

HSL color Cylindrical-coordinate representation of color #112FA3: hue angle of 227.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112FA3 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 47 163 -
CMYK 0.90 0.71 0 0.36
HSL 227.67º 0.81% 0.35% -
HSV(B) 227.67º 0.9% 0.64% -
XYZ 7.86 4.8 35.16 -
YUV 51.25 191.06 103.57 -
System Red Green Blue C M Y K H S L
Decimal 17 47 163 0.90 0.71 0 0.36 227.67 0.81 0.35
Hex 11 2F A3 5A 47 0 24 E4 51 23
Octal 21 57 243 132 107 0 44 344 121 43
Binary 10001 101111 10100011 1011010 1000111 0 100100 11100100 1010001 100011

Color Harmonies of #112FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FA3

Black with #112FA3

Text Example


Text Example

White with #112FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,47,163); }

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

background-color css

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

 a { background-color: rgb(17,47,163); }

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

border-color css

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

 span { border-color: rgb(17,47,163); }

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