Html Css Color HEX #173675 Sapphire

📋 copy color: '#173675'

red 23 ◦ green 54 ◦ blue 117

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

Shades of Sapphire #173675

Tints of Sapphire #173675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 11.86%
G = 27.84%
B = 60.31%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173675 (or 0x173675) is known color: Sapphire. HEX triplet: 17, 36 and 75. RGB value is (23,54,117). Sum of RGB (Red+Green+Blue) = 23+54+117=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #173675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173675 is #E8C98A. Grayscale: #333333. Windows color (decimal): -15255947 or 7681559. OLE color: 7681559.

HSL color Cylindrical-coordinate representation of color #173675: hue angle of 220.21º 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 #173675 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 54 117 -
CMYK 0.80 0.54 0 0.54
HSL 220.21º 0.67% 0.27% -
HSV(B) 220.21º 0.8% 0.46% -
XYZ 4.88 4.1 17.36 -
YUV 51.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 23 54 117 0.80 0.54 0 0.54 220.21 0.67 0.27
Hex 17 36 75 50 36 0 36 DC 43 1B
Octal 27 66 165 120 66 0 66 334 103 33
Binary 10111 110110 1110101 1010000 110110 0 110110 11011100 1000011 11011

Color Harmonies of #173675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173675

Black with #173675

Text Example


Text Example

White with #173675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173675; }

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

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

background-color css

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

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

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

border-color css

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

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

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