Html Css Color HEX #113174 Sapphire

📋 copy color: '#113174'

red 17 ◦ green 49 ◦ blue 116

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

Shades of Sapphire #113174

Tints of Sapphire #113174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.74%

R = 9.34%
G = 26.92%
B = 63.74%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113174 (or 0x113174) is known color: Sapphire. HEX triplet: 11, 31 and 74. RGB value is (17,49,116). Sum of RGB (Red+Green+Blue) = 17+49+116=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #113174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113174 is #EECE8B. Grayscale: #2E2E2E. Windows color (decimal): -15650444 or 7614737. OLE color: 7614737.

HSL color Cylindrical-coordinate representation of color #113174: hue angle of 220.61º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113174 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 49 116 -
CMYK 0.85 0.58 0 0.55
HSL 220.61º 0.74% 0.26% -
HSV(B) 220.61º 0.85% 0.45% -
XYZ 4.48 3.58 16.98 -
YUV 47.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 17 49 116 0.85 0.58 0 0.55 220.61 0.74 0.26
Hex 11 31 74 55 3A 0 37 DD 4A 1A
Octal 21 61 164 125 72 0 67 335 112 32
Binary 10001 110001 1110100 1010101 111010 0 110111 11011101 1001010 11010

Color Harmonies of #113174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113174

Black with #113174

Text Example


Text Example

White with #113174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113174; }

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

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

background-color css

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

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

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

border-color css

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

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

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