Html Css Color HEX #173575 Sapphire

📋 copy color: '#173575'

red 23 ◦ green 53 ◦ blue 117

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

Shades of Sapphire #173575

Tints of Sapphire #173575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60.62%

R = 11.92%
G = 27.46%
B = 60.62%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173575 (or 0x173575) is known color: Sapphire. HEX triplet: 17, 35 and 75. RGB value is (23,53,117). Sum of RGB (Red+Green+Blue) = 23+53+117=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #173575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173575 is #E8CA8A. Grayscale: #333333. Windows color (decimal): -15256203 or 7681303. OLE color: 7681303.

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

Color convert

RGB 23 53 117 -
CMYK 0.80 0.55 0 0.54
HSL 220.85º 0.67% 0.27% -
HSV(B) 220.85º 0.8% 0.46% -
XYZ 4.84 4.01 17.35 -
YUV 51.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 23 53 117 0.80 0.55 0 0.54 220.85 0.67 0.27
Hex 17 35 75 50 37 0 36 DD 43 1B
Octal 27 65 165 120 67 0 66 335 103 33
Binary 10111 110101 1110101 1010000 110111 0 110110 11011101 1000011 11011

Color Harmonies of #173575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173575

Black with #173575

Text Example


Text Example

White with #173575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173575; }

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

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

background-color css

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

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

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

border-color css

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

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

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