Html Css Color HEX #173164 Sapphire

📋 copy color: '#173164'

red 23 ◦ green 49 ◦ blue 100

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

Shades of Sapphire #173164

Tints of Sapphire #173164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 58.14%

R = 13.37%
G = 28.49%
B = 58.14%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#173164 (or 0x173164) is known color: Sapphire. HEX triplet: 17, 31 and 64. RGB value is (23,49,100). Sum of RGB (Red+Green+Blue) = 23+49+100=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #173164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173164 is #E8CE9B. Grayscale: #2E2E2E. Windows color (decimal): -15257244 or 6566167. OLE color: 6566167.

HSL color Cylindrical-coordinate representation of color #173164: hue angle of 219.74º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173164 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 49 100 -
CMYK 0.77 0.51 0 0.61
HSL 219.74º 0.63% 0.24% -
HSV(B) 219.74º 0.77% 0.39% -
XYZ 3.75 3.3 12.5 -
YUV 47.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 23 49 100 0.77 0.51 0 0.61 219.74 0.63 0.24
Hex 17 31 64 4D 33 0 3D DC 3F 18
Octal 27 61 144 115 63 0 75 334 77 30
Binary 10111 110001 1100100 1001101 110011 0 111101 11011100 111111 11000

Color Harmonies of #173164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173164

Black with #173164

Text Example


Text Example

White with #173164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173164; }

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

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

background-color css

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

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

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

border-color css

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

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

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