Html Css Color HEX #113171 Sapphire

📋 copy color: '#113171'

red 17 ◦ green 49 ◦ blue 113

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

Shades of Sapphire #113171

Tints of Sapphire #113171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

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

R = 9.5%
G = 27.37%
B = 63.13%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113171 (or 0x113171) is known color: Sapphire. HEX triplet: 11, 31 and 71. RGB value is (17,49,113). Sum of RGB (Red+Green+Blue) = 17+49+113=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #113171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113171 is #EECE8E. Grayscale: #2E2E2E. Windows color (decimal): -15650447 or 7418129. OLE color: 7418129.

HSL color Cylindrical-coordinate representation of color #113171: hue angle of 220º 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 #113171 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 49 113 -
CMYK 0.85 0.57 0 0.56
HSL 220º 0.74% 0.25% -
HSV(B) 220º 0.85% 0.44% -
XYZ 4.31 3.51 16.07 -
YUV 46.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 17 49 113 0.85 0.57 0 0.56 220 0.74 0.25
Hex 11 31 71 55 39 0 38 DC 4A 19
Octal 21 61 161 125 71 0 70 334 112 31
Binary 10001 110001 1110001 1010101 111001 0 111000 11011100 1001010 11001

Color Harmonies of #113171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113171

Black with #113171

Text Example


Text Example

White with #113171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113171; }

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

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

background-color css

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

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

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

border-color css

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

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

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