Html Css Color HEX #173163 Sapphire

📋 copy color: '#173163'

red 23 ◦ green 49 ◦ blue 99

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

Shades of Sapphire #173163

Tints of Sapphire #173163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.89%

R = 13.45%
G = 28.65%
B = 57.89%

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

#173163 (or 0x173163) is known color: Sapphire. HEX triplet: 17, 31 and 63. RGB value is (23,49,99). Sum of RGB (Red+Green+Blue) = 23+49+99=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #173163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173163 is #E8CE9C. Grayscale: #2E2E2E. Windows color (decimal): -15257245 or 6500631. OLE color: 6500631.

HSL color Cylindrical-coordinate representation of color #173163: hue angle of 219.47º degrees, saturation: 0.62, 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 #173163 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 49 99 -
CMYK 0.77 0.51 0 0.61
HSL 219.47º 0.62% 0.24% -
HSV(B) 219.47º 0.77% 0.39% -
XYZ 3.7 3.28 12.24 -
YUV 46.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 23 49 99 0.77 0.51 0 0.61 219.47 0.62 0.24
Hex 17 31 63 4D 33 0 3D DB 3E 18
Octal 27 61 143 115 63 0 75 333 76 30
Binary 10111 110001 1100011 1001101 110011 0 111101 11011011 111110 11000

Color Harmonies of #173163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173163

Black with #173163

Text Example


Text Example

White with #173163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173163; }

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

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

background-color css

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

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

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

border-color css

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

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

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