Html Css Color HEX #113576 Sapphire

📋 copy color: '#113576'

red 17 ◦ green 53 ◦ blue 118

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

Shades of Sapphire #113576

Tints of Sapphire #113576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 9.04%
G = 28.19%
B = 62.77%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113576 (or 0x113576) is known color: Sapphire. HEX triplet: 11, 35 and 76. RGB value is (17,53,118). Sum of RGB (Red+Green+Blue) = 17+53+118=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #113576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113576 is #EECA89. Grayscale: #313131. Windows color (decimal): -15649418 or 7746833. OLE color: 7746833.

HSL color Cylindrical-coordinate representation of color #113576: hue angle of 218.61º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113576 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 53 118 -
CMYK 0.86 0.55 0 0.54
HSL 218.61º 0.75% 0.26% -
HSV(B) 218.61º 0.86% 0.46% -
XYZ 4.77 3.97 17.65 -
YUV 49.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 17 53 118 0.86 0.55 0 0.54 218.61 0.75 0.26
Hex 11 35 76 56 37 0 36 DB 4B 1A
Octal 21 65 166 126 67 0 66 333 113 32
Binary 10001 110101 1110110 1010110 110111 0 110110 11011011 1001011 11010

Color Harmonies of #113576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113576

Black with #113576

Text Example


Text Example

White with #113576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113576; }

 p { color: rgb(17,53,118); }

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

background-color css

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

 a { background-color: rgb(17,53,118); }

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

border-color css

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

 span { border-color: rgb(17,53,118); }

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