Html Css Color HEX #173577 Sapphire

📋 copy color: '#173577'

red 23 ◦ green 53 ◦ blue 119

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

Shades of Sapphire #173577

Tints of Sapphire #173577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.03%

R = 11.79%
G = 27.18%
B = 61.03%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173577 (or 0x173577) is known color: Sapphire. HEX triplet: 17, 35 and 77. RGB value is (23,53,119). Sum of RGB (Red+Green+Blue) = 23+53+119=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #173577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173577 is #E8CA88. Grayscale: #333333. Windows color (decimal): -15256201 or 7812375. OLE color: 7812375.

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

Color convert

RGB 23 53 119 -
CMYK 0.81 0.55 0 0.53
HSL 221.25º 0.68% 0.28% -
HSV(B) 221.25º 0.81% 0.47% -
XYZ 4.96 4.06 17.98 -
YUV 51.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 23 53 119 0.81 0.55 0 0.53 221.25 0.68 0.28
Hex 17 35 77 51 37 0 35 DD 44 1C
Octal 27 65 167 121 67 0 65 335 104 34
Binary 10111 110101 1110111 1010001 110111 0 110101 11011101 1000100 11100

Color Harmonies of #173577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173577

Black with #173577

Text Example


Text Example

White with #173577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173577; }

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

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

background-color css

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

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

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

border-color css

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

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

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