Html Css Color HEX #113471 Sapphire

📋 copy color: '#113471'

red 17 ◦ green 52 ◦ blue 113

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

Shades of Sapphire #113471

Tints of Sapphire #113471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

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

R = 9.34%
G = 28.57%
B = 62.09%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113471 (or 0x113471) is known color: Sapphire. HEX triplet: 11, 34 and 71. RGB value is (17,52,113). Sum of RGB (Red+Green+Blue) = 17+52+113=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #113471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113471 is #EECB8E. Grayscale: #303030. Windows color (decimal): -15649679 or 7418897. OLE color: 7418897.

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

Color convert

RGB 17 52 113 -
CMYK 0.85 0.54 0 0.56
HSL 218.13º 0.74% 0.25% -
HSV(B) 218.13º 0.85% 0.44% -
XYZ 4.44 3.77 16.12 -
YUV 48.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 17 52 113 0.85 0.54 0 0.56 218.13 0.74 0.25
Hex 11 34 71 55 36 0 38 DA 4A 19
Octal 21 64 161 125 66 0 70 332 112 31
Binary 10001 110100 1110001 1010101 110110 0 111000 11011010 1001010 11001

Color Harmonies of #113471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113471

Black with #113471

Text Example


Text Example

White with #113471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113471; }

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

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

background-color css

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

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

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

border-color css

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

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

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