Html Css Color HEX #173171 Sapphire

📋 copy color: '#173171'

red 23 ◦ green 49 ◦ blue 113

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

Shades of Sapphire #173171

Tints of Sapphire #173171

RGB

 RED value IS 23 (9.38% from 255) = 12.43%

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

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

R = 12.43%
G = 26.49%
B = 61.08%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#173171 (or 0x173171) is known color: Sapphire. HEX triplet: 17, 31 and 71. RGB value is (23,49,113). Sum of RGB (Red+Green+Blue) = 23+49+113=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #173171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173171 is #E8CE8E. Grayscale: #303030. Windows color (decimal): -15257231 or 7418135. OLE color: 7418135.

HSL color Cylindrical-coordinate representation of color #173171: hue angle of 222.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173171 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 49 113 -
CMYK 0.80 0.57 0 0.56
HSL 222.67º 0.66% 0.27% -
HSV(B) 222.67º 0.8% 0.44% -
XYZ 4.43 3.57 16.08 -
YUV 48.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 23 49 113 0.80 0.57 0 0.56 222.67 0.66 0.27
Hex 17 31 71 50 39 0 38 DF 42 1B
Octal 27 61 161 120 71 0 70 337 102 33
Binary 10111 110001 1110001 1010000 111001 0 111000 11011111 1000010 11011

Color Harmonies of #173171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173171

Black with #173171

Text Example


Text Example

White with #173171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173171; }

 p { color: rgb(23,49,113); }

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

background-color css

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

 a { background-color: rgb(23,49,113); }

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

border-color css

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

 span { border-color: rgb(23,49,113); }

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