Html Css Color HEX #112E71 Sapphire

📋 copy color: '#112E71'

red 17 ◦ green 46 ◦ blue 113

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

Shades of Sapphire #112E71

Tints of Sapphire #112E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.2%

R = 9.66%
G = 26.14%
B = 64.2%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#112E71 (or 0x112E71) is known color: Sapphire. HEX triplet: 11, 2E and 71. RGB value is (17,46,113). Sum of RGB (Red+Green+Blue) = 17+46+113=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #112E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E71 is #EED18E. Grayscale: #2C2C2C. Windows color (decimal): -15651215 or 7417361. OLE color: 7417361.

HSL color Cylindrical-coordinate representation of color #112E71: hue angle of 221.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112E71 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 46 113 -
CMYK 0.85 0.59 0 0.56
HSL 221.88º 0.74% 0.25% -
HSV(B) 221.88º 0.85% 0.44% -
XYZ 4.19 3.27 16.03 -
YUV 44.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 17 46 113 0.85 0.59 0 0.56 221.88 0.74 0.25
Hex 11 2E 71 55 3B 0 38 DE 4A 19
Octal 21 56 161 125 73 0 70 336 112 31
Binary 10001 101110 1110001 1010101 111011 0 111000 11011110 1001010 11001

Color Harmonies of #112E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E71

Black with #112E71

Text Example


Text Example

White with #112E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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