Html Css Color HEX #173271 Sapphire

📋 copy color: '#173271'

red 23 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #173271

Tints of Sapphire #173271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 12.37%
G = 26.88%
B = 60.75%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#173271 (or 0x173271) is known color: Sapphire. HEX triplet: 17, 32 and 71. RGB value is (23,50,113). Sum of RGB (Red+Green+Blue) = 23+50+113=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #173271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173271 is #E8CD8E. Grayscale: #303030. Windows color (decimal): -15256975 or 7418391. OLE color: 7418391.

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

Color convert

RGB 23 50 113 -
CMYK 0.80 0.56 0 0.56
HSL 222º 0.66% 0.27% -
HSV(B) 222º 0.8% 0.44% -
XYZ 4.47 3.66 16.09 -
YUV 49.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 23 50 113 0.80 0.56 0 0.56 222 0.66 0.27
Hex 17 32 71 50 38 0 38 DE 42 1B
Octal 27 62 161 120 70 0 70 336 102 33
Binary 10111 110010 1110001 1010000 111000 0 111000 11011110 1000010 11011

Color Harmonies of #173271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173271

Black with #173271

Text Example


Text Example

White with #173271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173271; }

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

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

background-color css

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

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

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

border-color css

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

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

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