Html Css Color HEX #173871 Sapphire

📋 copy color: '#173871'

red 23 ◦ green 56 ◦ blue 113

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

Shades of Sapphire #173871

Tints of Sapphire #173871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.17%

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

R = 11.98%
G = 29.17%
B = 58.85%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#173871 (or 0x173871) is known color: Sapphire. HEX triplet: 17, 38 and 71. RGB value is (23,56,113). Sum of RGB (Red+Green+Blue) = 23+56+113=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #173871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173871 is #E8C78E. Grayscale: #343434. Windows color (decimal): -15255439 or 7419927. OLE color: 7419927.

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

Color convert

RGB 23 56 113 -
CMYK 0.80 0.50 0 0.56
HSL 218º 0.66% 0.27% -
HSV(B) 218º 0.8% 0.44% -
XYZ 4.75 4.2 16.18 -
YUV 52.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 23 56 113 0.80 0.50 0 0.56 218 0.66 0.27
Hex 17 38 71 50 32 0 38 DA 42 1B
Octal 27 70 161 120 62 0 70 332 102 33
Binary 10111 111000 1110001 1010000 110010 0 111000 11011010 1000010 11011

Color Harmonies of #173871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173871

Black with #173871

Text Example


Text Example

White with #173871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173871; }

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

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

background-color css

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

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

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

border-color css

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

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

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