Html Css Color HEX #173471 Sapphire

📋 copy color: '#173471'

red 23 ◦ green 52 ◦ blue 113

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

Shades of Sapphire #173471

Tints of Sapphire #173471

RGB

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

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

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

R = 12.23%
G = 27.66%
B = 60.11%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#173471 (or 0x173471) is known color: Sapphire. HEX triplet: 17, 34 and 71. RGB value is (23,52,113). Sum of RGB (Red+Green+Blue) = 23+52+113=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #173471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173471 is #E8CB8E. Grayscale: #323232. Windows color (decimal): -15256463 or 7418903. OLE color: 7418903.

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

Color convert

RGB 23 52 113 -
CMYK 0.80 0.54 0 0.56
HSL 220.67º 0.66% 0.27% -
HSV(B) 220.67º 0.8% 0.44% -
XYZ 4.56 3.83 16.12 -
YUV 50.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 23 52 113 0.80 0.54 0 0.56 220.67 0.66 0.27
Hex 17 34 71 50 36 0 38 DD 42 1B
Octal 27 64 161 120 66 0 70 335 102 33
Binary 10111 110100 1110001 1010000 110110 0 111000 11011101 1000010 11011

Color Harmonies of #173471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173471

Black with #173471

Text Example


Text Example

White with #173471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173471; }

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

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

background-color css

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

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

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

border-color css

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

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

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