Html Css Color HEX #173579 Sapphire

📋 copy color: '#173579'

red 23 ◦ green 53 ◦ blue 121

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

Shades of Sapphire #173579

Tints of Sapphire #173579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

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

R = 11.68%
G = 26.9%
B = 61.42%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173579 (or 0x173579) is known color: Sapphire. HEX triplet: 17, 35 and 79. RGB value is (23,53,121). Sum of RGB (Red+Green+Blue) = 23+53+121=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #173579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173579 is #E8CA86. Grayscale: #333333. Windows color (decimal): -15256199 or 7943447. OLE color: 7943447.

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

Color convert

RGB 23 53 121 -
CMYK 0.81 0.56 0 0.53
HSL 221.63º 0.68% 0.28% -
HSV(B) 221.63º 0.81% 0.47% -
XYZ 5.08 4.11 18.61 -
YUV 51.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 23 53 121 0.81 0.56 0 0.53 221.63 0.68 0.28
Hex 17 35 79 51 38 0 35 DE 44 1C
Octal 27 65 171 121 70 0 65 336 104 34
Binary 10111 110101 1111001 1010001 111000 0 110101 11011110 1000100 11100

Color Harmonies of #173579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173579

Black with #173579

Text Example


Text Example

White with #173579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173579; }

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

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

background-color css

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

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

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

border-color css

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

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

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