Html Css Color HEX #113371 Sapphire

📋 copy color: '#113371'

red 17 ◦ green 51 ◦ blue 113

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

Shades of Sapphire #113371

Tints of Sapphire #113371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 9.39%
G = 28.18%
B = 62.43%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113371 (or 0x113371) is known color: Sapphire. HEX triplet: 11, 33 and 71. RGB value is (17,51,113). Sum of RGB (Red+Green+Blue) = 17+51+113=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #113371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113371 is #EECC8E. Grayscale: #2F2F2F. Windows color (decimal): -15649935 or 7418641. OLE color: 7418641.

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

Color convert

RGB 17 51 113 -
CMYK 0.85 0.55 0 0.56
HSL 218.75º 0.74% 0.25% -
HSV(B) 218.75º 0.85% 0.44% -
XYZ 4.4 3.68 16.1 -
YUV 47.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 17 51 113 0.85 0.55 0 0.56 218.75 0.74 0.25
Hex 11 33 71 55 37 0 38 DB 4A 19
Octal 21 63 161 125 67 0 70 333 112 31
Binary 10001 110011 1110001 1010101 110111 0 111000 11011011 1001010 11001

Color Harmonies of #113371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113371

Black with #113371

Text Example


Text Example

White with #113371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113371; }

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

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

background-color css

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

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

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

border-color css

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

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

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