Html Css Color HEX #173179 Sapphire

📋 copy color: '#173179'

red 23 ◦ green 49 ◦ blue 121

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

Shades of Sapphire #173179

Tints of Sapphire #173179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 62.69%

R = 11.92%
G = 25.39%
B = 62.69%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173179 (or 0x173179) is known color: Sapphire. HEX triplet: 17, 31 and 79. RGB value is (23,49,121). Sum of RGB (Red+Green+Blue) = 23+49+121=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #173179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173179 is #E8CE86. Grayscale: #313131. Windows color (decimal): -15257223 or 7942423. OLE color: 7942423.

HSL color Cylindrical-coordinate representation of color #173179: hue angle of 224.08º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173179 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 49 121 -
CMYK 0.81 0.60 0 0.53
HSL 224.08º 0.68% 0.28% -
HSV(B) 224.08º 0.81% 0.47% -
XYZ 4.9 3.76 18.56 -
YUV 49.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 23 49 121 0.81 0.60 0 0.53 224.08 0.68 0.28
Hex 17 31 79 51 3C 0 35 E0 44 1C
Octal 27 61 171 121 74 0 65 340 104 34
Binary 10111 110001 1111001 1010001 111100 0 110101 11100000 1000100 11100

Color Harmonies of #173179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173179

Black with #173179

Text Example


Text Example

White with #173179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173179; }

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

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

background-color css

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

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

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

border-color css

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

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

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