Html Css Color HEX #173172 Sapphire

📋 copy color: '#173172'

red 23 ◦ green 49 ◦ blue 114

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

Shades of Sapphire #173172

Tints of Sapphire #173172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 61.29%

R = 12.37%
G = 26.34%
B = 61.29%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173172 (or 0x173172) is known color: Sapphire. HEX triplet: 17, 31 and 72. RGB value is (23,49,114). Sum of RGB (Red+Green+Blue) = 23+49+114=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #173172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173172 is #E8CE8D. Grayscale: #303030. Windows color (decimal): -15257230 or 7483671. OLE color: 7483671.

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

Color convert

RGB 23 49 114 -
CMYK 0.80 0.57 0 0.55
HSL 222.86º 0.66% 0.27% -
HSV(B) 222.86º 0.8% 0.45% -
XYZ 4.49 3.59 16.38 -
YUV 48.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 23 49 114 0.80 0.57 0 0.55 222.86 0.66 0.27
Hex 17 31 72 50 39 0 37 DF 42 1B
Octal 27 61 162 120 71 0 67 337 102 33
Binary 10111 110001 1110010 1010000 111001 0 110111 11011111 1000010 11011

Color Harmonies of #173172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173172

Black with #173172

Text Example


Text Example

White with #173172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173172; }

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

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

background-color css

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

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

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

border-color css

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

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

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