Html Css Color HEX #113177 Sapphire

📋 copy color: '#113177'

red 17 ◦ green 49 ◦ blue 119

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

Shades of Sapphire #113177

Tints of Sapphire #113177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 64.32%

R = 9.19%
G = 26.49%
B = 64.32%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#113177 (or 0x113177) is known color: Sapphire. HEX triplet: 11, 31 and 77. RGB value is (17,49,119). Sum of RGB (Red+Green+Blue) = 17+49+119=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #113177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113177 is #EECE88. Grayscale: #2F2F2F. Windows color (decimal): -15650441 or 7811345. OLE color: 7811345.

HSL color Cylindrical-coordinate representation of color #113177: hue angle of 221.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113177 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 49 119 -
CMYK 0.86 0.59 0 0.53
HSL 221.18º 0.75% 0.27% -
HSV(B) 221.18º 0.86% 0.47% -
XYZ 4.66 3.65 17.91 -
YUV 47.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 17 49 119 0.86 0.59 0 0.53 221.18 0.75 0.27
Hex 11 31 77 56 3B 0 35 DD 4B 1B
Octal 21 61 167 126 73 0 65 335 113 33
Binary 10001 110001 1110111 1010110 111011 0 110101 11011101 1001011 11011

Color Harmonies of #113177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113177

Black with #113177

Text Example


Text Example

White with #113177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113177; }

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

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

background-color css

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

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

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

border-color css

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

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

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