Html Css Color HEX #173173 Sapphire

📋 copy color: '#173173'

red 23 ◦ green 49 ◦ blue 115

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

Shades of Sapphire #173173

Tints of Sapphire #173173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.5%

R = 12.3%
G = 26.2%
B = 61.5%

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

#173173 (or 0x173173) is known color: Sapphire. HEX triplet: 17, 31 and 73. RGB value is (23,49,115). Sum of RGB (Red+Green+Blue) = 23+49+115=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #173173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173173 is #E8CE8C. Grayscale: #303030. Windows color (decimal): -15257229 or 7549207. OLE color: 7549207.

HSL color Cylindrical-coordinate representation of color #173173: hue angle of 223.04º degrees, saturation: 0.67, 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 #173173 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 49 115 -
CMYK 0.80 0.57 0 0.55
HSL 223.04º 0.67% 0.27% -
HSV(B) 223.04º 0.8% 0.45% -
XYZ 4.55 3.62 16.68 -
YUV 48.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 23 49 115 0.80 0.57 0 0.55 223.04 0.67 0.27
Hex 17 31 73 50 39 0 37 DF 43 1B
Octal 27 61 163 120 71 0 67 337 103 33
Binary 10111 110001 1110011 1010000 111001 0 110111 11011111 1000011 11011

Color Harmonies of #173173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173173

Black with #173173

Text Example


Text Example

White with #173173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173173; }

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

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

background-color css

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

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

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

border-color css

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

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

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